public static class RichTextArea.Justification
extends java.lang.Object
left,
 right, center.| Modifier and Type | Field and Description | 
|---|---|
| static RichTextArea.Justification | CENTERCenter justification. | 
| static RichTextArea.Justification | FULLFull justification. | 
| static RichTextArea.Justification | LEFTLeft justification. | 
| static RichTextArea.Justification | RIGHTRight 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