Package | Description |
---|---|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
Modifier and Type | Method and Description |
---|---|
Vector<TextPositionWithContext> |
IPDFPage.findTextWithContext(String searchText,
boolean caseSensitive,
boolean wholeWords)
This method searches for the given text in the page.
|
Vector<TextPositionWithContext> |
IPDFPage.findTextWithContextUsingRegEx(String regex)
This method searches for text in the page for matches with the given regular expression.
|