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

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

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfTransitionOnClickType
 OdfTransitionOnClickType OdfSettingsElement.getTransitionOnClick()
          Get value of attribute presentation:transition-on-click.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfTransitionOnClickType
 void OdfSettingsElement.setTransitionOnClick(OdfTransitionOnClickType transitionOnClick)
          Set value of attribute presentation:transition-on-click.
 

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

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



Copyright © 2009. All Rights Reserved.