|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfTableCell | |
|---|---|
| org.odftoolkit.odfdom.doc.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
| Uses of OdfTableCell in org.odftoolkit.odfdom.doc.table |
|---|
| Methods in org.odftoolkit.odfdom.doc.table that return OdfTableCell | |
|---|---|
OdfTableCell |
OdfTableRow.getCellByIndex(int index)
Get a cell with a specific index. |
OdfTableCell |
OdfTableColumn.getCellByIndex(int index)
Get a cell with a specific index. |
OdfTableCell |
OdfTableCellRange.getCellByPosition(int clmIndex,
int rowIndex)
Returns a single cell that is positioned at specified column and row. |
OdfTableCell |
OdfTable.getCellByPosition(int colIndex,
int rowIndex)
Return a single cell that is positioned at the specified column and row. |
OdfTableCell |
OdfTableCellRange.getCellByPosition(String address)
Returns a single cell that is positioned at specified cell address. |
OdfTableCell |
OdfTable.getCellByPosition(String address)
Return a single cell that is positioned at the specified cell address. |
static OdfTableCell |
OdfTableCell.getInstance(TableTableCellElementBase cellElement)
Get the OdfTableCell instance from the TableTableCellElementBase instance. |
OdfTableCell |
OdfTableCell.getOwnerTableCell()
Get the cell that covers this cell. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||