| Package | Description |
|---|---|
| com.qoppa.pdf.actions |
Classes that represent user actions.
|
| com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
| 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.hiObjects |
| 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 | Method and Description |
|---|---|
IPDFPage |
AnnotationComponent.getPage()
Returns the page in which this annotation component is located.
|
| Modifier and Type | Method and Description |
|---|---|
RubberStamp |
IAnnotationFactory.createRubberStamp(IPDFPage page)
Constructs a rubber stamp annotation with the content stream from a PDF page.
|
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 | 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)
Returns an object that implements IPDFPage given the page index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
com.qoppa.pdfViewer.hiObjects.AbstractPDFPage |