| 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.
|
| 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.
|