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