Package | Description |
---|---|
org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.odfdom.dom.element.table |
Modifier and Type | Method and Description |
---|---|
TableTableCellElementBase |
OdfTableCell.getOdfElement()
Deprecated.
Get the instance of
TableTableCellElementBase which represents this cell. |
Modifier and Type | Method and Description |
---|---|
static OdfTableCell |
OdfTableCell.getInstance(TableTableCellElementBase cellElement)
Deprecated.
Get the
OdfTableCell instance from the TableTableCellElementBase instance. |
Modifier and Type | Class and Description |
---|---|
class |
TableCoveredTableCellElement
DOM implementation of OpenDocument element table:covered-table-cell.
|
class |
TableTableCellElement
DOM implementation of OpenDocument element table:table-cell.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.