Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfViewer.actions |
Classes that represent user actions.
|
com.qoppa.pdfViewer.hiObjects | |
com.qoppa.pdfViewer.panels |
Interfaces to the helper panels, such as bookmarks and thumbnails.
|
Modifier and Type | Method and Description |
---|---|
IPDFPage |
AnnotationComponent.getPage()
Returns the page in which this annotation component is located.
|
Modifier and Type | Method and Description |
---|---|
String |
TextMarkup.getText(IPDFPage page) |
Modifier and Type | Method and Description |
---|---|
IPDFPage |
IPDFDocument.getIPage(int pageIndex)
Returns an object that implements IPDFPage given the page number.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDFListener.annotAdded(PDFNotesBean notesBean,
Annotation newAnnot,
IPDFPage pdfPage,
int pageIndex)
This method is called by
PDFNotesBean after
a new annotation was added. |
Modifier and Type | Class and Description |
---|---|
class |
PDFPage
This class holds a page in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
IPDFPage |
PDFDocument.getIPage(int pageIndex)
Internal method, do not use.
|
Modifier and Type | Method and Description |
---|---|
IPDFPage |
GotoPageAction.getPage()
Returns the page for this GotoPageAction.
|
Constructor and Description |
---|
GotoPageAction(IPDFPage pdfPage)
Constructs a GotoPageAction with an
IPDFPage . |
GotoPageAction(IPDFPage pdfPage,
int zoomMode)
Constructs a GotoPageAction with an
IPDFPage and a zoom
mode. |
GotoPageAction(IPDFPage pdfPage,
int x,
int y,
double scale)
Constructs a GotoPageAction with an
IPDFPage and with values
to set the x and y coordinates as well as the zoom scale. |
Modifier and Type | Class and Description |
---|---|
class |
com.qoppa.pdfViewer.hiObjects.AbstractPDFPage |
Modifier and Type | Method and Description |
---|---|
IPDFPage |
PageThumbnail.getPage()
Returns the PDF page that this thumbnail represents.
|