public static interface ITessAPI.TessParagraphJustification
Modifier and Type | Field and Description |
---|---|
static int |
JUSTIFICATION_CENTER
The text lines of the paragraph are centered about a line going down
through their middle of the text lines.
|
static int |
JUSTIFICATION_LEFT
Each line, except possibly the first, is flush to the same left tab
stop.
|
static int |
JUSTIFICATION_RIGHT
Each line, except possibly the first, is flush to the same right tab
stop.
|
static int |
JUSTIFICATION_UNKNOWN
The alignment is not clearly one of the other options.
|
static final int JUSTIFICATION_UNKNOWN
static final int JUSTIFICATION_LEFT
static final int JUSTIFICATION_CENTER
static final int JUSTIFICATION_RIGHT