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

Packages that use OdfTransitionSpeedType
org.odftoolkit.odfdom.dom.type.presentation   
 

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

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



Copyright © 2009. All Rights Reserved.