jPod PDF library

Uses of Class
de.intarsys.pdf.pd.PDPage

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.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. 
 

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.app.annotation
 

Methods in de.intarsys.pdf.app.annotation with parameters of type PDPage
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.
 

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 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.
 

Methods in de.intarsys.pdf.pd with parameters of type PDPage
 void PDExplicitDestination.setPage(PDPage page)
           
 

Uses of PDPage in de.intarsys.pdf.tools.kernel
 

Methods in de.intarsys.pdf.tools.kernel with parameters of type PDPage
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.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.