org.odftoolkit.odfdom.dom.attribute.chart
public static enum ChartLabelPositionNegativeAttribute.Value extends Enum<ChartLabelPositionNegativeAttribute.Value>
Enum Constant and Description |
---|
AVOID_OVERLAP |
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER |
INSIDE |
LEFT |
NEAR_ORIGIN |
OUTSIDE |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
static ChartLabelPositionNegativeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static ChartLabelPositionNegativeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartLabelPositionNegativeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartLabelPositionNegativeAttribute.Value AVOID_OVERLAP
public static final ChartLabelPositionNegativeAttribute.Value BOTTOM
public static final ChartLabelPositionNegativeAttribute.Value BOTTOM_LEFT
public static final ChartLabelPositionNegativeAttribute.Value BOTTOM_RIGHT
public static final ChartLabelPositionNegativeAttribute.Value CENTER
public static final ChartLabelPositionNegativeAttribute.Value INSIDE
public static final ChartLabelPositionNegativeAttribute.Value LEFT
public static final ChartLabelPositionNegativeAttribute.Value NEAR_ORIGIN
public static final ChartLabelPositionNegativeAttribute.Value OUTSIDE
public static final ChartLabelPositionNegativeAttribute.Value RIGHT
public static final ChartLabelPositionNegativeAttribute.Value TOP
public static final ChartLabelPositionNegativeAttribute.Value TOP_LEFT
public static final ChartLabelPositionNegativeAttribute.Value TOP_RIGHT
public static ChartLabelPositionNegativeAttribute.Value[] values()
for (ChartLabelPositionNegativeAttribute.Value c : ChartLabelPositionNegativeAttribute.Value.values()) System.out.println(c);
public static ChartLabelPositionNegativeAttribute.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<ChartLabelPositionNegativeAttribute.Value>
public static ChartLabelPositionNegativeAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.