Package | Description |
---|---|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Vector<TextPositionWithContext> |
PDFPage.findTextWithContext(String searchText,
boolean caseSensitive,
boolean wholeWords)
This method searches for the given text in the page.
|
Vector<TextPositionWithContext> |
PDFPage.findTextWithContextUsingRegEx(String regexString)
This method searches for text in the page for matches with the given regular expression.
|