public static final enum

FindReplaceOptions.ReflowType

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

Class Overview

An enumeration used to specify the mode used to reflow the replaced text.

Summary

Enum Values
FindReplaceOptions.ReflowType  e_line  Reflow the whole line of the changed text. 
FindReplaceOptions.ReflowType  e_para  Reflow the whole paragraph of changed text. 
FindReplaceOptions.ReflowType  e_text  Reflow just the changed text. 
Public Methods
static FindReplaceOptions.ReflowType valueOf(String name)
final static ReflowType[] 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.ReflowType e_line

Reflow the whole line of the changed text.

public static final FindReplaceOptions.ReflowType e_para

Reflow the whole paragraph of changed text.

public static final FindReplaceOptions.ReflowType e_text

Reflow just the changed text.

Public Methods

public static FindReplaceOptions.ReflowType valueOf (String name)

public static final ReflowType[] values ()