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

Packages that use OdfAnimationsType
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.type.presentation   
 

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfAnimationsType
 OdfAnimationsType OdfSettingsElement.getAnimations()
          Get value of attribute presentation:animations.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfAnimationsType
 void OdfSettingsElement.setAnimations(OdfAnimationsType animations)
          Set value of attribute presentation:animations.
 

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

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



Copyright © 2009. All Rights Reserved.