public enum STDLblPos extends Enum<STDLblPos>
Java class for ST_DLblPos.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_DLblPos"> <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
Bottom
|
BEST_FIT
Best Fit
|
CTR
Center
|
IN_BASE
Inside Base
|
IN_END
Inside End
|
L
Left
|
OUT_END
Outside End
|
R
Right
|
T
Top
|
Modifier and Type | Method and Description |
---|---|
static STDLblPos |
fromValue(String v) |
String |
value() |
static STDLblPos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STDLblPos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STDLblPos BEST_FIT
public static final STDLblPos B
public static final STDLblPos CTR
public static final STDLblPos IN_BASE
public static final STDLblPos IN_END
public static final STDLblPos L
public static final STDLblPos OUT_END
public static final STDLblPos R
public static final STDLblPos T
public static STDLblPos[] values()
for (STDLblPos c : STDLblPos.values()) System.out.println(c);
public static STDLblPos 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()
Copyright © 2007-2019. All Rights Reserved.