public class TextAlignmentProp extends TextProp
Modifier and Type | Field and Description |
---|---|
static int |
CENTER
For horizontal text, centered.
|
static int |
DISTRIBUTED
Distribute space between characters.
|
static int |
JUSTIFY
For horizontal text, flush left and right.
|
static int |
JUSTIFYLOW
Kashida justify low.
|
static int |
LEFT
For horizontal text, left aligned.
|
static int |
RIGHT
For horizontal text, right aligned.
|
static int |
THAIDISTRIBUTED
Thai distribution justification.
|
Constructor and Description |
---|
TextAlignmentProp() |
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int JUSTIFY
public static final int DISTRIBUTED
public static final int THAIDISTRIBUTED
public static final int JUSTIFYLOW
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.