Uses of Class
org.odftoolkit.odfdom.dom.attribute.chart.ChartLabelPositionAttribute.Value
-
Packages that use ChartLabelPositionAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.chart -
-
Uses of ChartLabelPositionAttribute.Value in org.odftoolkit.odfdom.dom.attribute.chart
Methods in org.odftoolkit.odfdom.dom.attribute.chart that return ChartLabelPositionAttribute.Value Modifier and Type Method Description static ChartLabelPositionAttribute.Value
ChartLabelPositionAttribute.Value. enumValueOf(String value)
ChartLabelPositionAttribute.Value
ChartLabelPositionAttribute. getEnumValue()
static ChartLabelPositionAttribute.Value
ChartLabelPositionAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartLabelPositionAttribute.Value[]
ChartLabelPositionAttribute.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.dom.attribute.chart with parameters of type ChartLabelPositionAttribute.Value Modifier and Type Method Description void
ChartLabelPositionAttribute. setEnumValue(ChartLabelPositionAttribute.Value attrValue)
-