org.odftoolkit.odfdom.dom.attribute.chart
public static enum ChartLegendPositionAttribute.Value extends Enum<ChartLegendPositionAttribute.Value>
Enum Constant and Description |
---|
BOTTOM |
BOTTOM_END |
BOTTOM_START |
END |
START |
TOP |
TOP_END |
TOP_START |
Modifier and Type | Method and Description |
---|---|
static ChartLegendPositionAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static ChartLegendPositionAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartLegendPositionAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartLegendPositionAttribute.Value BOTTOM
public static final ChartLegendPositionAttribute.Value BOTTOM_END
public static final ChartLegendPositionAttribute.Value BOTTOM_START
public static final ChartLegendPositionAttribute.Value END
public static final ChartLegendPositionAttribute.Value START
public static final ChartLegendPositionAttribute.Value TOP
public static final ChartLegendPositionAttribute.Value TOP_END
public static final ChartLegendPositionAttribute.Value TOP_START
public static ChartLegendPositionAttribute.Value[] values()
for (ChartLegendPositionAttribute.Value c : ChartLegendPositionAttribute.Value.values()) System.out.println(c);
public static ChartLegendPositionAttribute.Value valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ChartLegendPositionAttribute.Value>
public static ChartLegendPositionAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.