public static final enum

FindReplaceOptions.HorizAlignment

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.FindReplaceOptions.HorizAlignment

Class Overview

An enumeration used to specify the horizontal alignment of the new text added.

Summary

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

Enum Values

public static final FindReplaceOptions.HorizAlignment e_center

Apply center alignment to the new text.

public static final FindReplaceOptions.HorizAlignment e_full

Apply full alignment to the new text.

public static final FindReplaceOptions.HorizAlignment e_left

Apply left alignment to the new text.

public static final FindReplaceOptions.HorizAlignment e_right

Apply right alignment to the new text.

Public Methods

public static FindReplaceOptions.HorizAlignment valueOf (String name)

public static final HorizAlignment[] values ()