Uses of Class
org.odftoolkit.odfdom.type.CellRangeAddress
-
Packages that use CellRangeAddress Package Description org.odftoolkit.odfdom.type -
-
Uses of CellRangeAddress in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return CellRangeAddress Modifier and Type Method Description static CellRangeAddress
CellRangeAddress. valueOf(String stringValue)
Returns a CellRangeAddress instance representing the specified String valueMethods in org.odftoolkit.odfdom.type that return types with arguments of type CellRangeAddress Modifier and Type Method Description List<CellRangeAddress>
CellRangeAddressList. getCellRangesAddressList()
Returns a list of CellRangeAddress from the CellRangeAddressList ObjectConstructor parameters in org.odftoolkit.odfdom.type with type arguments of type CellRangeAddress Constructor Description CellRangeAddressList(List<CellRangeAddress> cellRangeAddressList)
Construct CellRangeAddressList by the parsing the given string
-