Package | Description |
---|---|
org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
OdfTableCell |
OdfTableRow.getCellByIndex(int index)
Deprecated.
Get a cell with a specific index.
|
OdfTableCell |
OdfTableColumn.getCellByIndex(int index)
Deprecated.
Get a cell with a specific index.
|
OdfTableCell |
OdfTableCellRange.getCellByPosition(int clmIndex,
int rowIndex)
Deprecated.
Returns a single cell that is positioned at specified column and row.
|
OdfTableCell |
OdfTable.getCellByPosition(int colIndex,
int rowIndex)
Deprecated.
Return a single cell that is positioned at the specified column and row.
|
OdfTableCell |
OdfTableCellRange.getCellByPosition(String address)
Deprecated.
Returns a single cell that is positioned at specified cell address.
|
OdfTableCell |
OdfTable.getCellByPosition(String address)
Deprecated.
Return a single cell that is positioned at the specified cell address.
|
static OdfTableCell |
OdfTableCell.getInstance(TableTableCellElementBase cellElement)
Deprecated.
Get the
OdfTableCell instance from the TableTableCellElementBase instance. |
OdfTableCell |
OdfTableCell.getOwnerTableCell()
Deprecated.
Get the cell that covers this cell.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.