| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.FindReplaceOptions.HorizAlignment | |
An enumeration used to specify the horizontal alignment of the new text added.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FindReplaceOptions.HorizAlignment | e_center | Apply center alignment to the new text. | |||||||||
| FindReplaceOptions.HorizAlignment | e_full | Apply full alignment to the new text. | |||||||||
| FindReplaceOptions.HorizAlignment | e_left | Apply left alignment to the new text. | |||||||||
| FindReplaceOptions.HorizAlignment | e_right | Apply right alignment to the new text. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static FindReplaceOptions.HorizAlignment | valueOf(String name) | ||||||||||
| final static HorizAlignment[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Apply center alignment to the new text.
Apply right alignment to the new text.