Uses of Class
org.odftoolkit.odfdom.dom.type.table.OdfDisplayListType

Packages that use OdfDisplayListType
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.type.table   
 

Uses of OdfDisplayListType in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfDisplayListType
 OdfDisplayListType OdfContentValidationElement.getDisplayList()
          Get value of attribute table:display-list.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfDisplayListType
 void OdfContentValidationElement.setDisplayList(OdfDisplayListType displayList)
          Set value of attribute table:display-list.
 

Uses of OdfDisplayListType in org.odftoolkit.odfdom.dom.type.table
 

Methods in org.odftoolkit.odfdom.dom.type.table that return OdfDisplayListType
static OdfDisplayListType OdfDisplayListType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfDisplayListType OdfDisplayListType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfDisplayListType[] OdfDisplayListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.table with parameters of type OdfDisplayListType
static String OdfDisplayListType.toString(OdfDisplayListType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.