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

Packages that use OdfPresetClassType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.type.presentation   
 

Uses of OdfPresetClassType in org.odftoolkit.odfdom.dom.element.anim
 

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfPresetClassType
 OdfPresetClassType OdfIterateElement.getPresetClass()
          Get value of attribute presentation:preset-class.
 OdfPresetClassType OdfParElement.getPresetClass()
          Get value of attribute presentation:preset-class.
 OdfPresetClassType OdfCommandElement.getPresetClass()
          Get value of attribute presentation:preset-class.
 OdfPresetClassType OdfSeqElement.getPresetClass()
          Get value of attribute presentation:preset-class.
 OdfPresetClassType OdfAudioElement.getPresetClass()
          Get value of attribute presentation:preset-class.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfPresetClassType
 void OdfIterateElement.setPresetClass(OdfPresetClassType presetClass)
          Set value of attribute presentation:preset-class.
 void OdfParElement.setPresetClass(OdfPresetClassType presetClass)
          Set value of attribute presentation:preset-class.
 void OdfCommandElement.setPresetClass(OdfPresetClassType presetClass)
          Set value of attribute presentation:preset-class.
 void OdfSeqElement.setPresetClass(OdfPresetClassType presetClass)
          Set value of attribute presentation:preset-class.
 void OdfAudioElement.setPresetClass(OdfPresetClassType presetClass)
          Set value of attribute presentation:preset-class.
 

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

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



Copyright © 2009. All Rights Reserved.