Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
Modifier and Type | Class and Description |
---|---|
class |
TextPositionWithContext
This class represents one result from a text search in a document.
|
Modifier and Type | Method and Description |
---|---|
Vector<TextPosition> |
IPDFPage.findText(String searchText,
boolean caseSensitive,
boolean wholeWords)
This method searches for the given text in the page.
|
Vector<TextPosition> |
IPDFPage.findTextUsingRegex(String regex)
This method searches for the given text in the page.
|