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.
|
com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
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".
|
Modifier and Type | Method and Description |
---|---|
TextSelection |
IPDFPageView.clearTextSelection()
Clears the current text selection.
|
TextSelection |
PDFViewerBean.getSelectedText()
Gets the current text selection (if any page has selected text) in the document.
|
TextSelection |
IPDFPageView.getTextSelection()
Returns the current text selection in the page, if any.
|
TextSelection |
IPDFPageView.selectTextInArea(Rectangle2D selectRect)
Selects the text in an area of the page.
|
TextSelection |
IPDFPageView.selectTextWithCursors(Point2D startCursor,
Point2D endCursor)
Selects the text in the page from the start cursor to the end cursor, in reading mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDFPageView.setTextSelection(TextSelection ts)
Sets the text selection in this page.
|