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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfStatusType
 OdfStatusType OdfIterationElement.getStatus()
          Get value of attribute table:status.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfStatusType
 void OdfIterationElement.setStatus(OdfStatusType status)
          Set value of attribute table:status.
 

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

Methods in org.odftoolkit.odfdom.dom.type.table that return OdfStatusType
static OdfStatusType OdfStatusType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfStatusType OdfStatusType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfStatusType[] OdfStatusType.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 OdfStatusType
static String OdfStatusType.toString(OdfStatusType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.