| 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. | 
| com.qoppa.pdfProcess | jPDFProcess main classes, used to manipulate PDF documents and pages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextPositionWithContextThis 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector<TextPosition> | PDFPage. findText(String searchText,
        boolean caseSensitive,
        boolean wholeWords)This method searches for the given text in the page. |