public final class HorizontalAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
Specifies that the object shall be centered with respect to the horizontal alignment base.
|
static int |
DEFAULT
Same as
NONE. |
static int |
INSIDE
Specifies that the object shall be inside of the horizontal alignment base.
|
static int |
LEFT
Specifies that the object shall be left aligned to the horizontal alignment base.
|
static int |
length |
static int |
NONE
The object is explicitly positioned, usually using its Left property.
|
static int |
OUTSIDE
Specifies that the object shall be outside of the horizontal alignment base.
|
static int |
RIGHT
Specifies that the object shall be right aligned to the horizontal alignment base.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String horizontalAlignmentName) |
static java.lang.String |
getName(int horizontalAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int horizontalAlignment) |
public static final int NONE
public static final int DEFAULT
NONE.public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int INSIDE
public static final int OUTSIDE
public static final int length