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

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

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

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfLegendPositionType
 OdfLegendPositionType OdfLegendElement.getLegendPosition()
          Get value of attribute chart:legend-position.
 

Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfLegendPositionType
 OdfLegendElement OdfChartElement.createLegendElement(OdfLegendPositionType legendPosition)
          Create child element chart:legend.
 void OdfLegendElement.init(OdfLegendPositionType legendPosition, OdfLegendExpansionType legendExpansion, Double legendExpansionAspectRatio)
          Initialization of the mandatory attributes of OdfLegendElement
 void OdfLegendElement.setLegendPosition(OdfLegendPositionType legendPosition)
          Set value of attribute chart:legend-position.
 

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

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



Copyright © 2009. All Rights Reserved.