public static class RichTextArea.Justification extends 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 |
---|---|
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
Copyright © 2018. All rights reserved.