| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.layout.Paragraph.TextJustification | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Paragraph.TextJustification | e_text_justification_invalid | Text justification is invalid | |||||||||
| Paragraph.TextJustification | e_text_justify_center | Text is justified centered | |||||||||
| Paragraph.TextJustification | e_text_justify_left | Text is left justified | |||||||||
| Paragraph.TextJustification | e_text_justify_right | Text is right justified | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Paragraph.TextJustification | valueOf(String name) | ||||||||||
| final static TextJustification[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Text justification is invalid