public static enum SODoc.HorizontalAlignment extends java.lang.Enum<SODoc.HorizontalAlignment>
Enum Constant and Description |
---|
HORIZONTAL_ALIGN_CENTER |
HORIZONTAL_ALIGN_INVALID |
HORIZONTAL_ALIGN_JUSTIFY |
HORIZONTAL_ALIGN_LEFT |
HORIZONTAL_ALIGN_RIGHT |
Modifier and Type | Method and Description |
---|---|
static SODoc.HorizontalAlignment |
findByValue(int value) |
int |
getAlignment() |
static SODoc.HorizontalAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SODoc.HorizontalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SODoc.HorizontalAlignment HORIZONTAL_ALIGN_LEFT
public static final SODoc.HorizontalAlignment HORIZONTAL_ALIGN_CENTER
public static final SODoc.HorizontalAlignment HORIZONTAL_ALIGN_RIGHT
public static final SODoc.HorizontalAlignment HORIZONTAL_ALIGN_JUSTIFY
public static final SODoc.HorizontalAlignment HORIZONTAL_ALIGN_INVALID
public static SODoc.HorizontalAlignment[] values()
for (SODoc.HorizontalAlignment c : SODoc.HorizontalAlignment.values()) System.out.println(c);
public static SODoc.HorizontalAlignment valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getAlignment()
public static SODoc.HorizontalAlignment findByValue(int value)