Uses of Class
org.odftoolkit.odfdom.dom.type.chart.OdfLabelArrangementType

Packages that use OdfLabelArrangementType
org.odftoolkit.odfdom.dom.type.chart   
 

Uses of OdfLabelArrangementType in org.odftoolkit.odfdom.dom.type.chart
 

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

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



Copyright © 2009. All Rights Reserved.