| Package | Description |
|---|---|
| de.intarsys.pdf.app.action |
Some application level framework to handle the event mechanics in a PDF document.
|
| de.intarsys.pdf.app.annotation | |
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.tools.kernel |
Tool classes for working with the kernel of the PDF implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerEvent |
ActionTools.pageTriggerClose(PDPage page) |
static TriggerEvent |
ActionTools.pageTriggerOpen(PDPage page) |
| Modifier and Type | Method and Description |
|---|---|
static PDAnnotation |
AnnotationFactoryTools.createAnnotation(COSName type,
PDPage page,
Rectangle2D rect,
Map attributes)
Create a new
PDAnnotation from scratch. |
PDAnnotation |
IAnnotationFactory.createAnnotation(PDPage page,
Rectangle2D rect,
Map attributes)
Create a new
PDAnnotation from scratch. |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle2D |
CSContentTools.getBoundingBoxClipped(PDPage page,
double border)
Get the rectangle containing all graphics artifacts on the page (stemming
from the content stream).
|
static PDForm |
CSContentTools.getFormClipped(PDPage page,
double border)
Get a
PDForm containing all graphics artifacts on the page
(stemming from the content stream). |
| Modifier and Type | Method and Description |
|---|---|
PDPage |
PDPageTree.getFirstPage() |
abstract PDPage |
PDPageNode.getFirstPage()
Get the first page (leaf node) within the receiver hierarchy.
|
PDPage |
PDPage.getFirstPage() |
PDPage |
PDPageTree.getLastPage() |
abstract PDPage |
PDPageNode.getLastPage()
Get the last page (leaf node) within the receiver hierarchy.
|
PDPage |
PDPage.getLastPage() |
PDPage |
PDPage.getNextPage()
The next page after the receiver.
|
PDPage |
PDPopupAnnotation.getPage() |
PDPage |
PDAnnotation.getPage()
Try to access the
PDPage we are on. |
static PDPage |
PDAnnotationTools.getPage(PDAnnotation annotation) |
PDPage |
PDExplicitDestination.getPage(PDDocument doc)
The destination page.
|
PDPage |
PDPageNode.getPageAt(int index)
The page at
index within the receivers subtree. |
PDPage |
PDPage.getPageAt(int index) |
PDPage |
PDPage.getPreviousPage()
Get the previous page before the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDExplicitDestination.setPage(PDPage page) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PDFGeometryTools.adjustTransform(AffineTransform transform,
PDPage page)
Given a device space transformation, apply the necessary transformation
steps to move the origin of the coordinate system to the lower left
corner of
page. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.