Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableCellRange

Packages that use OdfTableCellRange
org.odftoolkit.odfdom.doc.table 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 OdfTableCellRange
 OdfTableCellRange OdfTable.getCellRangeByName(String name)
          Deprecated. Return a range of cells by a specified name.
 OdfTableCellRange OdfTable.getCellRangeByPosition(int startCol, int startRow, int endCol, int endRow)
          Deprecated. Return a range of cells within the specified range.
 OdfTableCellRange OdfTable.getCellRangeByPosition(String startAddress, String endAddress)
          Deprecated. Return a range of cells within the specified range.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.