| 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.pdfViewer.panels |
Interfaces to the helper panels, such as bookmarks and thumbnails.
|
| 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 | Method and Description |
|---|---|
IPDFPage |
PageThumbnail.getPage()
Returns the PDF page that this thumbnail represents.
|