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

Packages that use OdfActionType
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.type.presentation   
 

Uses of OdfActionType in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfActionType
 OdfEventListenerElement OdfEventListenersElement.createpresentationEventListenerElement(String eventName, OdfActionType action)
          Create child element presentation:event-listener.
 

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfActionType
 OdfActionType OdfEventListenerElement.getAction()
          Get value of attribute presentation:action.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfActionType
 void OdfEventListenerElement.init(String eventName, OdfActionType action)
          Initialization of the mandatory attributes of OdfEventListenerElement
 void OdfEventListenerElement.setAction(OdfActionType action)
          Set value of attribute presentation:action.
 

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

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



Copyright © 2009. All Rights Reserved.