|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.texts.PdfTextFindOptions
public class PdfTextFindOptions
Represents text find options.
| Constructor Summary | |
|---|---|
PdfTextFindOptions()
Initialize a new instance. |
|
| Method Summary | |
|---|---|
void |
setFindArea(java.awt.geom.Rectangle2D rect)
Specified the text find area in the page. |
void |
setSimpleFind(boolean value)
Whether is use simple find. |
void |
setStrategy(PdfTextStrategy strategy)
Sets the text processing strategy. |
void |
setTextFindParameter(java.util.EnumSet<TextFindParameter> parameter)
Specified the text find parameter. |
| Constructor Detail |
|---|
public PdfTextFindOptions()
| Method Detail |
|---|
public void setFindArea(java.awt.geom.Rectangle2D rect)
rect - The area.public void setSimpleFind(boolean value)
value - The value.public void setStrategy(PdfTextStrategy strategy)
strategy - The strategy.public void setTextFindParameter(java.util.EnumSet<TextFindParameter> parameter)
parameter - The parameter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||