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.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
com.qoppa.pdfViewer.hiObjects   
 

Uses of IPDFDocument in com.qoppa.pdf
 

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

Methods in com.qoppa.pdf with parameters of type IPDFDocument
 void PrintListener.pagePrinting(IPDFDocument pdfDoc, int pageIndex)
          Invoked when a page is printed.
 boolean IJavaScriptEnabler.shouldEnableJS(IPDFDocument document)
          Returns true if JavaScript should be enabled for the document.
 boolean JavaScriptEnabler.shouldEnableJS(IPDFDocument document)
          Implementation of the IJavaScriptEnabler contract.
static boolean JavaScriptSettings.shouldEnableJS(IPDFDocument doc)
          Returns true if JavaScript should be enabled for the document.
 

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

Methods in com.qoppa.pdf.dom that return IPDFDocument
 IPDFDocument IPDFPage.getIDocument()
          Returns the document that this page belongs to.
 

Uses of IPDFDocument in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type IPDFDocument
 void PDFNotesBean.setDocument(IPDFDocument pdfDoc)
          Sets this bean's document.
 

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
 

Methods in com.qoppa.pdfViewer that return IPDFDocument
 IPDFDocument PDFViewerBean.getDocument()
          Returns the PDF document currently displayed.
 

Methods in com.qoppa.pdfViewer with parameters of type IPDFDocument
 void PrintProgressDialog.pagePrinting(IPDFDocument pdfDoc, int pageIndex)
           
 void PDFViewerBean.setDocument(IPDFDocument pdfDoc)
          Sets this bean's document.
 

Uses of IPDFDocument in com.qoppa.pdfViewer.hiObjects
 

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