|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdfTableRow | |
---|---|
org.odftoolkit.odfdom.doc.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
Uses of OdfTableRow in org.odftoolkit.odfdom.doc.table |
---|
Methods in org.odftoolkit.odfdom.doc.table that return OdfTableRow | |
---|---|
OdfTableRow |
OdfTable.appendRow()
Deprecated. Append a row to the end of the table. |
static OdfTableRow |
OdfTableRow.getInstance(TableTableRowElement rowElement)
Deprecated. Get the OdfTableRow instance from the TableTableRowElement instance. |
OdfTableRow |
OdfTableRow.getNextRow()
Deprecated. Return the next row of the current row. |
OdfTableRow |
OdfTableRow.getPreviousRow()
Deprecated. Return the previous row of the current row. |
OdfTableRow |
OdfTable.getRowByIndex(int index)
Deprecated. Get the row at the specified index. |
OdfTableRow |
OdfTableCell.getTableRow()
Deprecated. Get the instance of table row feature which contains this cell. |
Methods in org.odftoolkit.odfdom.doc.table that return types with arguments of type OdfTableRow | |
---|---|
List<OdfTableRow> |
OdfTable.appendRows(int rowCount)
Deprecated. Append a specific number of rows to the end of the table. |
List<OdfTableRow> |
OdfTable.getRowList()
Deprecated. Return a list of table rows in the current table. |
List<OdfTableRow> |
OdfTable.insertRowsBefore(int index,
int rowCount)
Deprecated. Insert a specific number of rows before the row at index . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |