Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfAnimationDirectionType

Packages that use OdfAnimationDirectionType
org.odftoolkit.odfdom.dom.type.text   
 

Uses of OdfAnimationDirectionType in org.odftoolkit.odfdom.dom.type.text
 

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

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



Copyright © 2009. All Rights Reserved.