Uses of Class
com.qoppa.pdfProcess.PDFDocument

Packages that use PDFDocument
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of PDFDocument in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess that return PDFDocument
 PDFDocument PDFGraphics.getDocument()
          Returns the PDFDocument object that this page belongs to.
 PDFDocument PDFPage.getDocument()
          Returns the document that this page belongs to.
static PDFDocument PDFDocument.loadRTF(String rtfFile, PageFormat pf)
          Creates a PDFDocument from an RTF file.
 

Methods in com.qoppa.pdfProcess with parameters of type PDFDocument
 void PDFDocument.appendDocument(PDFDocument appendDoc)
          Appends a PDF document to this document.