Uses of Class
org.odftoolkit.odfdom.dom.type.draw.OdfTextPathModeType

Packages that use OdfTextPathModeType
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.type.draw   
 

Uses of OdfTextPathModeType in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfTextPathModeType
 OdfTextPathModeType OdfEnhancedGeometryElement.getTextPathMode()
          Get value of attribute draw:text-path-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfTextPathModeType
 void OdfEnhancedGeometryElement.setTextPathMode(OdfTextPathModeType textPathMode)
          Set value of attribute draw:text-path-mode.
 

Uses of OdfTextPathModeType in org.odftoolkit.odfdom.dom.type.draw
 

Methods in org.odftoolkit.odfdom.dom.type.draw that return OdfTextPathModeType
static OdfTextPathModeType OdfTextPathModeType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfTextPathModeType OdfTextPathModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfTextPathModeType[] OdfTextPathModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.draw with parameters of type OdfTextPathModeType
static String OdfTextPathModeType.toString(OdfTextPathModeType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.