Uses of Interface
com.qoppa.pdf.dom.IPDFDocument

Packages that use IPDFDocument
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
com.qoppa.pdfViewer.hiObjects   
 

Uses of IPDFDocument in com.qoppa.pdf
 

Methods in com.qoppa.pdf that return IPDFDocument
 IPDFDocument DocumentEvent.getDocument()
           
 

Constructors in com.qoppa.pdf with parameters of type IPDFDocument
DocumentEvent(IPDFDocument doc, int eventType, int pageIndex)
           
DocumentEvent(IPDFDocument doc, int eventType, int pageIndex, Object object)
           
 

Uses of IPDFDocument in com.qoppa.pdfProcess
 

Classes in com.qoppa.pdfProcess that implement IPDFDocument
 class PDFDocument
          PDF Document object.
 

Uses of IPDFDocument in com.qoppa.pdfViewer.hiObjects
 

Classes in com.qoppa.pdfViewer.hiObjects that implement IPDFDocument
 class AbstractPDFDocument