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 |
TextPosition
Object that holds information about the location of a text string in a PDF
file.
|
class |
TextPositionWithContext
This class represents one result from a text search in a document.
|
Modifier and Type | Method and Description |
---|---|
TextSelection |
IPDFPage.getTextInArea(Rectangle2D selectArea)
Selects the text in an area of the page.
|
TextSelection |
IPDFPage.getTextWithCursors(Point2D startCursor,
Point2D endCursor)
Returns the text contained between the start and end cursors, in "reading mode".
|
Modifier and Type | Method and Description |
---|---|
TextSelection |
PDFPage.getTextInArea(Rectangle2D selectArea)
Selects the text in an area of the page.
|
TextSelection |
PDFPage.getTextWithCursors(Point2D startCursor,
Point2D endCursor)
Returns the text contained between the start and end cursors, in "reading mode".
|