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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Apply center alignment to the new text.
Apply right alignment to the new text.