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

Packages that use OdfLegendAlignType
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.type.chart   
 

Uses of OdfLegendAlignType in org.odftoolkit.odfdom.dom.element.chart
 

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfLegendAlignType
 OdfLegendAlignType OdfLegendElement.getLegendAlign()
          Get value of attribute chart:legend-align.
 

Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfLegendAlignType
 void OdfLegendElement.setLegendAlign(OdfLegendAlignType legendAlign)
          Set value of attribute chart:legend-align.
 

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

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



Copyright © 2009. All Rights Reserved.