public static class RichTextArea.Justification
extends java.lang.Object
left
,
right
, center
.Modifier and Type | Field and Description |
---|---|
static RichTextArea.Justification |
CENTER
Center justification.
|
static RichTextArea.Justification |
FULL
Full justification.
|
static RichTextArea.Justification |
LEFT
Left justification.
|
static RichTextArea.Justification |
RIGHT
Right justification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final RichTextArea.Justification CENTER
public static final RichTextArea.Justification FULL
public static final RichTextArea.Justification LEFT
public static final RichTextArea.Justification RIGHT