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

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

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfTextPathScaleType
 OdfTextPathScaleType OdfEnhancedGeometryElement.getTextPathScale()
          Get value of attribute draw:text-path-scale.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfTextPathScaleType
 void OdfEnhancedGeometryElement.setTextPathScale(OdfTextPathScaleType textPathScale)
          Set value of attribute draw:text-path-scale.
 

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

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



Copyright © 2009. All Rights Reserved.