public class TableContentAlignment
Field Summary | ||
---|---|---|
static final int | AUTO | |
The alignment will be taken from the first paragraph in corresponding table column.
|
||
static final int | LEFT | |
The content of tables will be aligned to the Left.
|
||
static final int | CENTER | |
The content of tables will be aligned to the Center.
|
||
static final int | RIGHT | |
The content of tables will be aligned to the Right.
|
public static final int AUTO
public static final int LEFT
public static final int CENTER
public static final int RIGHT