public enum STDataLabelPos extends Enum<STDataLabelPos>
Java class for ST_DataLabelPos.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_DataLabelPos">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="bestFit"/>
<enumeration value="b"/>
<enumeration value="ctr"/>
<enumeration value="inBase"/>
<enumeration value="inEnd"/>
<enumeration value="l"/>
<enumeration value="outEnd"/>
<enumeration value="r"/>
<enumeration value="t"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
B |
BEST_FIT |
CTR |
IN_BASE |
IN_END |
L |
OUT_END |
R |
T |
| Modifier and Type | Method and Description |
|---|---|
static STDataLabelPos |
fromValue(String v) |
String |
value() |
static STDataLabelPos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STDataLabelPos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STDataLabelPos BEST_FIT
public static final STDataLabelPos B
public static final STDataLabelPos CTR
public static final STDataLabelPos IN_BASE
public static final STDataLabelPos IN_END
public static final STDataLabelPos L
public static final STDataLabelPos OUT_END
public static final STDataLabelPos R
public static final STDataLabelPos T
public static STDataLabelPos[] values()
for (STDataLabelPos c : STDataLabelPos.values()) System.out.println(c);
public static STDataLabelPos 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 value()
public static STDataLabelPos fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.