Package com.google.gwt.user.client.ui
Class RichTextArea.Justification
java.lang.Object
com.google.gwt.user.client.ui.RichTextArea.Justification
- Enclosing class:
- RichTextArea
Justification enumeration. The three values are
left
,
right
, center
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final RichTextArea.Justification
Center justification.static final RichTextArea.Justification
Full justification.static final RichTextArea.Justification
Left justification.static final RichTextArea.Justification
Right justification. -
Method Summary