|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.texts.PdfTextFinder
public class PdfTextFinder
Representing the way how to find text
| Constructor Summary | |
|---|---|
PdfTextFinder(PdfPageBase page)
Initializes a new instance. |
|
| Method Summary | |
|---|---|
java.util.List<PdfTextFragment> |
find(java.lang.String targetText)
Find text. |
java.util.List<PdfTextFragment> |
find(java.lang.String targetText,
PdfTextFindOptions options)
Find text. |
java.util.List<PdfTextFragment> |
findAllText(PdfPageBase page)
Find all text in a page. |
PdfTextFindOptions |
getOptions()
Gets the text find options. |
void |
setOptions(PdfTextFindOptions options)
Sets the text find options. |
| Constructor Detail |
|---|
public PdfTextFinder(PdfPageBase page)
page - The page.| Method Detail |
|---|
public PdfTextFindOptions getOptions()
public void setOptions(PdfTextFindOptions options)
options - The text find options.public java.util.List<PdfTextFragment> find(java.lang.String targetText)
targetText - The target text.
public java.util.List<PdfTextFragment> find(java.lang.String targetText,
PdfTextFindOptions options)
targetText - The target text.options - The find options.public java.util.List<PdfTextFragment> findAllText(PdfPageBase page)
page - The page
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||