Uses of Class
org.odftoolkit.odfdom.dom.type.number.OdfFormatSourceType

Packages that use OdfFormatSourceType
org.odftoolkit.odfdom.dom.element.number   
org.odftoolkit.odfdom.dom.type.number   
 

Uses of OdfFormatSourceType in org.odftoolkit.odfdom.dom.element.number
 

Methods in org.odftoolkit.odfdom.dom.element.number that return OdfFormatSourceType
 OdfFormatSourceType OdfTimeStyleElement.getFormatSource()
          Get value of attribute number:format-source.
 OdfFormatSourceType OdfDateStyleElement.getFormatSource()
          Get value of attribute number:format-source.
 

Methods in org.odftoolkit.odfdom.dom.element.number with parameters of type OdfFormatSourceType
 void OdfTimeStyleElement.setFormatSource(OdfFormatSourceType formatSource)
          Set value of attribute number:format-source.
 void OdfDateStyleElement.setFormatSource(OdfFormatSourceType formatSource)
          Set value of attribute number:format-source.
 

Uses of OdfFormatSourceType in org.odftoolkit.odfdom.dom.type.number
 

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

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



Copyright © 2009. All Rights Reserved.