Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableRow
-
Packages that use OdfTableRow Package Description 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 Modifier and Type Method Description OdfTableRowOdfTable. appendRow()Append a row to the end of the table.static OdfTableRowOdfTableRow. getInstance(TableTableRowElement rowElement)Get theOdfTableRowinstance from theTableTableRowElementinstance.OdfTableRowOdfTableRow. getNextRow()Return the next row of the current row.OdfTableRowOdfTableRow. getPreviousRow()Return the previous row of the current row.OdfTableRowOdfTable. getRowByIndex(int index)Get the row at the specified index.OdfTableRowOdfTableCell. getTableRow()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 Modifier and Type Method Description List<OdfTableRow>OdfTable. appendRows(int rowCount)Append a specific number of rows to the end of the table.List<OdfTableRow>OdfTable. getRowList()Return a list of table rows in the current table.List<OdfTableRow>OdfTable. insertRowsBefore(int index, int rowCount)Insert a specific number of rows before the row atindex.
-