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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfEmbeddedNumberBehaviorType
 OdfEmbeddedNumberBehaviorType OdfSortElement.getEmbeddedNumberBehavior()
          Get value of attribute table:embedded-number-behavior.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfEmbeddedNumberBehaviorType
 void OdfSortElement.setEmbeddedNumberBehavior(OdfEmbeddedNumberBehaviorType embeddedNumberBehavior)
          Set value of attribute table:embedded-number-behavior.
 

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

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



Copyright © 2009. All Rights Reserved.