public final class VerticalAlignment extends Object
Enumeration of possible vertical alignment values.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Align to bottom.
|
static int |
Center
Center alignment.
|
static int |
None
No alignment (use specified position).
|
static int |
Top
Align to top.
|
public static final int None
No alignment (use specified position).
public static final int Top
Align to top.
public static final int Center
Center alignment.
public static final int Bottom
Align to bottom.
public static final String toString(int value)
Returns a string representation of the VerticalAlignment value.
value
- The value to convert.public static final int parse(String value)
Parses a string to a VerticalAlignment enumeration value.
value
- The string to parse.Copyright © 2020. All rights reserved.