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

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

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

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfDirectionType
 OdfDirectionType OdfEventListenerElement.getDirection()
          Get value of attribute presentation:direction.
 OdfDirectionType OdfHideShapeElement.getDirection()
          Get value of attribute presentation:direction.
 OdfDirectionType OdfShowShapeElement.getDirection()
          Get value of attribute presentation:direction.
 OdfDirectionType OdfShowTextElement.getDirection()
          Get value of attribute presentation:direction.
 OdfDirectionType OdfHideTextElement.getDirection()
          Get value of attribute presentation:direction.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfDirectionType
 void OdfEventListenerElement.setDirection(OdfDirectionType direction)
          Set value of attribute presentation:direction.
 void OdfHideShapeElement.setDirection(OdfDirectionType direction)
          Set value of attribute presentation:direction.
 void OdfShowShapeElement.setDirection(OdfDirectionType direction)
          Set value of attribute presentation:direction.
 void OdfShowTextElement.setDirection(OdfDirectionType direction)
          Set value of attribute presentation:direction.
 void OdfHideTextElement.setDirection(OdfDirectionType direction)
          Set value of attribute presentation:direction.
 

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

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



Copyright © 2009. All Rights Reserved.