|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableTemplate.ExtendedStyleType | |
---|---|
org.odftoolkit.simple.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
Uses of TableTemplate.ExtendedStyleType in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return TableTemplate.ExtendedStyleType | |
---|---|
static TableTemplate.ExtendedStyleType |
TableTemplate.ExtendedStyleType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableTemplate.ExtendedStyleType[] |
TableTemplate.ExtendedStyleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odftoolkit.simple.table with parameters of type TableTemplate.ExtendedStyleType | |
---|---|
String |
TableTemplate.getExtendedParagraphStyleByType(TableTemplate.ExtendedStyleType type)
get the value of paragraph style specified by type. |
String |
TableTemplate.getExtendedTableStyleByType(TableTemplate.ExtendedStyleType type)
get the value of table style specified by type. |
void |
TableTemplate.setExtendedStyleByType(TableTemplate.ExtendedStyleType type,
String tableStyle,
String paraStyle)
set the value of table style and paragraph style specified by type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |