Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Field and Description |
---|---|
protected TableCellProperties |
DefaultStyleHandler.mTableCellProperties
The readable table cell properties element.
|
protected TableCellProperties |
DefaultStyleHandler.mWritableTableCellProperties
The writable table cell properties element.
|
Modifier and Type | Method and Description |
---|---|
static TableCellProperties |
TableCellProperties.getOrCreateTableCellProperties(OdfStyleBase style)
Return an instance of
TableCellProperties to represent the "style:table-cell-properties" in a style element. |
static TableCellProperties |
TableCellProperties.getTableCellProperties(OdfStyleBase style)
Return an instance of
TableCellProperties to represent the "style:table-cell-properties" in a style element. |
TableCellProperties |
DefaultStyleHandler.getTableCellPropertiesForRead()
Return the cell style properties definition for this component, only for
read function.
|
TableCellProperties |
DefaultStyleHandler.getTableCellPropertiesForWrite()
Return the cell style properties definition for this component, for read
and write function.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.