| 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()
Get the instance of
TableTableCellElementBase which represents this cell. |
| Modifier and Type | Method and Description |
|---|---|
static OdfTableCell |
OdfTableCell.getInstance(TableTableCellElementBase cellElement)
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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.