Uses of Class
org.odftoolkit.odfdom.type.CellRangeAddress

Packages that use CellRangeAddress
org.odftoolkit.odfdom.type   
 

Uses of CellRangeAddress in org.odftoolkit.odfdom.type
 

Methods in org.odftoolkit.odfdom.type that return CellRangeAddress
static CellRangeAddress CellRangeAddress.valueOf(String stringValue)
          Returns a CellRangeAddress instance representing the specified String value
 

Methods in org.odftoolkit.odfdom.type that return types with arguments of type CellRangeAddress
 List<CellRangeAddress> CellRangeAddressList.getCellRangesAddressList()
          Returns a list of CellRangeAddress from the CellRangeAddressList Object
 

Constructor parameters in org.odftoolkit.odfdom.type with type arguments of type CellRangeAddress
CellRangeAddressList(List<CellRangeAddress> cellRangeAddressList)
          Construct CellRangeAddressList by the parsing the given string
 



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