public final class TableContentAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
The alignment will be taken from the first paragraph in corresponding table column.
|
static int |
CENTER
The content of tables will be aligned to the Center.
|
static int |
LEFT
The content of tables will be aligned to the Left.
|
static int |
length |
static int |
RIGHT
The content of tables will be aligned to the Right.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String tableContentAlignmentName) |
static java.lang.String |
getName(int tableContentAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int tableContentAlignment) |
public static final int AUTO
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int length