public final class TableAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
The table is centered.
|
static int |
LEFT
The table is aligned to the left.
|
static int |
length |
static int |
RIGHT
The table is aligned to the right.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String tableAlignmentName) |
static java.lang.String |
getName(int tableAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int tableAlignment) |