Uses of Class
org.odftoolkit.odfdom.dom.type.presentation.OdfSourceType

Packages that use OdfSourceType
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.type.presentation   
 

Uses of OdfSourceType in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfSourceType
 OdfDateTimeDeclElement OdfPresentationElement.createDateTimeDeclElement(String name, OdfSourceType source)
          Create child element presentation:date-time-decl.
 

Uses of OdfSourceType in org.odftoolkit.odfdom.dom.element.presentation
 

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfSourceType
 OdfSourceType OdfDateTimeDeclElement.getSource()
          Get value of attribute presentation:source.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfSourceType
 void OdfDateTimeDeclElement.init(String name, OdfSourceType source)
          Initialization of the mandatory attributes of OdfDateTimeDeclElement
 void OdfDateTimeDeclElement.setSource(OdfSourceType source)
          Set value of attribute presentation:source.
 

Uses of OdfSourceType in org.odftoolkit.odfdom.dom.type.presentation
 

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

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



Copyright © 2009. All Rights Reserved.