Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableCellRange
Packages that use OdfTableCellRange
Package
Description
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
-
Uses of OdfTableCellRange in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return OdfTableCellRangeModifier and TypeMethodDescriptionOdfTable.getCellRangeByName(String name) Return a range of cells by a specified name.OdfTable.getCellRangeByPosition(int startCol, int startRow, int endCol, int endRow) Return a range of cells within the specified range.OdfTable.getCellRangeByPosition(String startAddress, String endAddress) Return a range of cells within the specified range.