|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDPage | |
---|---|
de.intarsys.pdf.app.action | Some application level framework to handle the event mechanics in a PDF document. |
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. |
Uses of PDPage in de.intarsys.pdf.app.action |
---|
Methods in de.intarsys.pdf.app.action with parameters of type PDPage | |
---|---|
static TriggerEvent |
ActionTools.pageTriggerClose(PDPage page)
|
static TriggerEvent |
ActionTools.pageTriggerOpen(PDPage page)
|
Uses of PDPage in de.intarsys.pdf.content.common |
---|
Methods in de.intarsys.pdf.content.common with parameters of type PDPage | |
---|---|
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). |
Uses of PDPage in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return PDPage | |
---|---|
PDPage |
PDPageTree.getFirstPage()
|
abstract PDPage |
PDPageNode.getFirstPage()
Get the first page (leaf node) within the receiver hierarchy. |
PDPage |
PDPage.getFirstPage()
|
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. |
Methods in de.intarsys.pdf.pd with parameters of type PDPage | |
---|---|
void |
PDExplicitDestination.setPage(PDPage page)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |