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

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

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfSpeedType
 OdfSpeedType OdfEventListenerElement.getSpeed()
          Get value of attribute presentation:speed.
 OdfSpeedType OdfPlayElement.getSpeed()
          Get value of attribute presentation:speed.
 OdfSpeedType OdfHideShapeElement.getSpeed()
          Get value of attribute presentation:speed.
 OdfSpeedType OdfShowShapeElement.getSpeed()
          Get value of attribute presentation:speed.
 OdfSpeedType OdfShowTextElement.getSpeed()
          Get value of attribute presentation:speed.
 OdfSpeedType OdfHideTextElement.getSpeed()
          Get value of attribute presentation:speed.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfSpeedType
 void OdfEventListenerElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 void OdfPlayElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 void OdfHideShapeElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 void OdfShowShapeElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 void OdfShowTextElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 void OdfHideTextElement.setSpeed(OdfSpeedType speed)
          Set value of attribute presentation:speed.
 

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

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



Copyright © 2009. All Rights Reserved.