Uses of Class
org.faceless.pdf2.PDFPage

Packages that use PDFPage
org.faceless.graph.output Contains the classes for rendering a Graph to an output device. 
org.faceless.pdf2 Contains the classes used to create a PDF document 
 

Uses of PDFPage in org.faceless.graph.output
 

Constructors in org.faceless.graph.output with parameters of type PDFPage
PDF2Output(PDFPage p, float left, float top, float right, float bottom)
           Create a new PDFOutput class to render the graph to the specified page.
 

Uses of PDFPage in org.faceless.pdf2
 

Methods in org.faceless.pdf2 that return PDFPage
 PDFPage PDF.getLastPage()
          Return the last page of this PDF.
 PDFPage EGIZSignatureHandler.Factory.getPage()
          Return the PDFPage set set by EGIZSignatureHandler.Factory.setPage(org.faceless.pdf2.PDFPage, int, int, int, int)
 PDFPage PDFAction.getPage()
          For actions that refer to a page - any of the "GoTo" actions except "GoToURL" - return the page the action refers to.
 PDFPage PDFAnnotation.getPage()
          Return the page that this annotation is on, or null if it a new annotation which has not yet been placed on a page
 PDFPage PageExtractor.getPage()
          Return the PDFPage this PageExtractor relates to
 PDFPage PageExtractor.Text.getPage()
          Return the PDFPage this text was found on - simply the page the parent PageExtractor was created from.
 PDFPage PageExtractor.Image.getPage()
          Return the PDFPage this image was found on - simply the page the parent PageExtractor was created from
 PDFPage PagePainter.getPage()
          Return the PDFPage being painted by this object
 PDFPage PDF.getPage(int pagenumber)
          Return the specified page.
 PDFPage PDF.getPage(String name)
          Get a "Named Page" from the PDF.
 PDFPage PDF.newPage(int w, int h)
          Create a new PDFPage object of the specified size and add it to this PDF.
 PDFPage PDF.newPage(PDFPage page)
          Create a new PDFPage object that is a clone of the specified page, and add it to this PDF.
 PDFPage PDF.newPage(String pagesize)
           Create a new page of the specified page size and add it to this PDF.
 

Methods in org.faceless.pdf2 with parameters of type PDFPage
 WidgetAnnotation FormBarCode.addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)
          Create and add a new widget annotation for this field.
 WidgetAnnotation FormText.addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)
          Add an annotation for this element at the specified location on the page
 WidgetAnnotation FormButton.addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)
          Add an annotation for this Form element at the specified position on the specified page.
 WidgetAnnotation FormSignature.addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)
          Add an annotation for this Signature to the specified page at the specified location.
 WidgetAnnotation FormChoice.addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)
          Add an annotation for this element at the specified location on the page
 void Redactor.addArea(PDFPage page, Area area)
          Adds an area to redact out of the document.
 float PDFPage.continueText(float x1, float y1, float x2, float y2, PDFPage page)
           As for beginText, but continue any text that overflowed from the specified page.
static JSEvent JSEvent.createPageClose(PDFPage page)
          Return a new "Page/Close" event
static JSEvent JSEvent.createPageOpen(PDFPage page)
          Return a new "Page/Open" event
 PageExtractor PDFParser.getPageExtractor(PDFPage page)
          Returns a PageExtractor for the specified page.
 PagePainter PDFParser.getPagePainter(PDFPage page)
          Returns a PagePainter for the specified page.
static PDFAction PDFAction.goTo(PDFPage page)
          Return a new PDFAction which jumps to the specified page in the PDF document.
static PDFAction PDFAction.goTo(PDFPage page, float x, float y, float zoom)
          Return a new PDFAction which jumps to the specified page in the PDF document, at the specified x, y and zoom level.
static PDFAction PDFAction.goToFit(PDFPage page)
          Return a new PDFAction which jumps to the specified page in the PDF document.
static PDFAction PDFAction.goToFitHeight(PDFPage page, float x)
          Return a new PDFAction which jumps to the specified page in the PDF document.
static PDFAction PDFAction.goToFitRectangle(PDFPage page, float x1, float y1, float x2, float y2)
          Return a new PDFAction which jumps to the specified page in the PDF document.
static PDFAction PDFAction.goToFitWidth(PDFPage page, float y)
          Return a new PDFAction which jumps to the specified page in the PDF document.
 PDFPage PDF.newPage(PDFPage page)
          Create a new PDFPage object that is a clone of the specified page, and add it to this PDF.
 void PDFParser.resetPageExtractor(PDFPage page)
          Reset the previously created PageExtractor.
 void PDFAnnotation.setPage(PDFPage page)
          Set the page for this annotation.
 void EGIZSignatureHandler.Factory.setPage(PDFPage page, int x1, int y1, int x2, int y2)
          Set the page and size of the stamp that will be added by the signature
 

Constructors in org.faceless.pdf2 with parameters of type PDFPage
FormBarCode(PDFPage page, float x1, float y1, float x2, float y2)
          Create a new BarCode field and add an annotation for it to the page
FormButton(PDFPage page, float x1, float y1, float x2, float y2)
          Create a new FormButton element, and add a single annotation at the specified position.
FormCheckbox(PDFPage page, float x1, float y1, float x2, float y2)
          Create a new FormCheckbox with a single annotation at the specified position.
FormChoice(int type, PDFPage page, float x1, float y1, float x2, float y2)
          Create a new FormChoice element with an annotation at the specified location.
FormText(PDFPage page, float x1, float y1, float x2, float y2)
          Create a new FormText object, and add an annotation at the specified location.
PDFCanvas(PDFPage page)
          Create a new Canvas that's a clone of the specified PDFPage.
PDFPage(PDFPage page)
          Create a new PDFPage object that's a clone of the specified page but is not connected to any document.
 



Copyright © 2001-2012 Big Faceless Organization