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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfModeType
 OdfModeType OdfTableSourceElement.getMode()
          Get value of attribute table:mode.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfModeType
 void OdfTableSourceElement.setMode(OdfModeType mode)
          Set value of attribute table:mode.
 

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

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



Copyright © 2009. All Rights Reserved.