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

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

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

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



Copyright © 2009. All Rights Reserved.