|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfCellRangeAddressList
public class OdfCellRangeAddressList
DOM implementation of OpenDocument data type 'cellRangeAddressList'
| Constructor Summary | |
|---|---|
OdfCellRangeAddressList(List<OdfCellRangeAddress> cellRangeAddressList)
Construct OdfCellRangeAddressList by the parsing the given string |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a String Object representing this OdfCellRangeAddressList's value |
static OdfCellRangeAddressList |
valueOf(String stringValue)
Returns an OdfCellRangeAddressList instance representing the specified String value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdfCellRangeAddressList(List<OdfCellRangeAddress> cellRangeAddressList)
cellRangeAddressList - The String to be parsed into OdfCellRangeAddressList| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfCellRangeAddressList valueOf(String stringValue)
stringValue - a String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||