public final class VerticalAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Specifies that the object shall be at the bottom of the vertical alignment base.
|
static int |
CENTER
Specifies that the object shall be centered with respect to the vertical alignment base.
|
static int |
DEFAULT
Same as
NONE. |
static int |
INLINE
Not documented.
|
static int |
INSIDE
Specifies that the object shall be inside of the horizontal alignment base.
|
static int |
length |
static int |
NONE
The object is explicitly positioned, usually using its Top property.
|
static int |
OUTSIDE
Specifies that the object shall be outside of the vertical alignment base.
|
static int |
TOP
Specifies that the object shall be at the top of the vertical alignment base.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String verticalAlignmentName) |
static java.lang.String |
getName(int verticalAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int verticalAlignment) |
public static final int NONE
public static final int TOP
public static final int CENTER
public static final int BOTTOM
public static final int INSIDE
public static final int OUTSIDE
public static final int INLINE
public static final int DEFAULT
NONE.public static final int length