Uses of Class
org.faceless.pdf2.PDF

Packages that use PDF
org.faceless.pdf2 Contains the classes used to create a PDF document 
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of PDF in org.faceless.pdf2
 

Methods in org.faceless.pdf2 that return PDF
 PDF Form.getPDF()
          Return the PDF associated with this form
 PDF PDFPage.getPDF()
          Return the PDF this page is part of, or null if it hasn't been attached to a PDF yet.
 

Methods in org.faceless.pdf2 with parameters of type PDF
protected  int OutputProfile.Feature.removeAnnotationActions(PDF pdf, boolean keepnonaa, String[] keeplist, boolean widgetonly)
           
protected  int OutputProfile.Feature.removeFieldActions(PDF pdf, boolean keepnonaa, String[] keeplist)
           
protected  int OutputProfile.Feature.removePageActions(PDF pdf, boolean keepnonaa, String[] keeplist)
           
protected  int OutputProfile.Feature.removePDFActions(PDF pdf, boolean keepnonaa, String[] keeplist)
           
 

Constructors in org.faceless.pdf2 with parameters of type PDF
EmbeddedFile(PDF pdf, String name)
          Set the content of this EmbeddedFile to the specified PDF.
FDF(PDF pdf)
          Create a new FDF from the specified PDF.
PDF(PDF pdf)
          Create a PDF that's a clone of the specified PDF.
PDFParser(PDF pdf)
          Creates a PDFParser from the specified PDF document.
 

Uses of PDF in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 that return PDF
 PDF DocumentPanel.getPDF()
          Return the PDF currently being displayed by this DocumentPanel
 PDF ViewerEvent.getPDF()
          Return the PDF of the DocumentPanel
abstract  PDF Importer.ImporterTask.loadPDF()
          Load and return a PDF.
 

Methods in org.faceless.pdf2.viewer2 with parameters of type PDF
abstract  Exporter.ExporterTask Exporter.getExporter(DocumentPanel panel, PDF pdf, JComponent component, OutputStream out)
          Return a new Exporter.ExporterTask that would save a PDF
 boolean SidePanelFactory.isSidePanelRequired(PDF pdf)
          Determines whether this side panel is required for this PDF.
 void PDFViewer.loadPDF(PDF pdf, String name)
          Load a pre-loaded PDF into the viewer.
 boolean JSManager.runEventBatchExec(DocumentPanel panel, PDF pdf, String javascript)
          Raise the Batch/Exec JavaScript method
 void DocumentPanel.setPDF(PDF pdf)
          Set the PDF to be displayed by this DocumentFrame.
 

Uses of PDF in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDF
 void Info.displayInfoPanel(PDF pdf, Component parent)
           
 Exporter.ExporterTask PDFExporter.getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
           
 Exporter.ExporterTask TIFFExporter.getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
           
 JComponent Info.getInfoPanel(PDF pdf)
           
 JComponent Info.getProfilePanel(PDF pdf)
           
 JComponent Info.getPublicKeyEncryptionPanel(PDF pdf)
           
 JComponent Info.getStandardEncryptionPanel(PDF pdf)
           
 boolean OutlinePanel.isSidePanelRequired(PDF pdf)
           
 boolean SignaturePanel.isSidePanelRequired(PDF pdf)
           
 



Copyright © 2001-2008 Big Faceless Organization