Uses of Class
org.odftoolkit.odfdom.dom.type.style.OdfLegendExpansionType

Packages that use OdfLegendExpansionType
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.type.style   
 

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

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfLegendExpansionType
 OdfLegendExpansionType OdfLegendElement.getLegendExpansion()
          Get value of attribute style:legend-expansion.
 

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

Uses of OdfLegendExpansionType in org.odftoolkit.odfdom.dom.type.style
 

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

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



Copyright © 2009. All Rights Reserved.