Package | Description |
---|---|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.