public enum CrossAlign extends Enum<CrossAlign> implements Key
| Enum Constant and Description | 
|---|
CENTER
the property sets the center cross alignment. 
 | 
FAR
the property sets the far cross alignment. 
 | 
NEAR
the property sets the near cross alignment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
value()
Returns the name value of property 
 | 
static CrossAlign | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CrossAlign[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcheckAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValidpublic static final CrossAlign NEAR
public static final CrossAlign CENTER
public static final CrossAlign FAR
public static CrossAlign[] values()
for (CrossAlign c : CrossAlign.values()) System.out.println(c);
public static CrossAlign 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 null