org.odftoolkit.odfdom.type
public class CellRangeAddress extends Object implements OdfDataType
Constructor and Description |
---|
CellRangeAddress(String cellRangeAddress)
Construct CellRangeAddress by the parsing the given string
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(String stringValue)
check if the specified String is a valid cellRangeAddress data type
|
String |
toString()
Returns a String Object representing this CellRangeAddress's value
|
static CellRangeAddress |
valueOf(String stringValue)
Returns a CellRangeAddress instance representing the specified String
value
|
public CellRangeAddress(String cellRangeAddress) throws IllegalArgumentException
cellRangeAddress
- The String to be parsed into CellRangeAddressIllegalArgumentException
- if the given argument is not a valid CellRangeAddresspublic String toString()
public static CellRangeAddress valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid CellRangeAddresspublic static boolean isValid(String stringValue)
stringValue
- the value to be testedCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.