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

Packages that use IPDFPage
com.qoppa.pdf.annotations Classes used to represent PDF annotations. 
com.qoppa.pdf.dom Document object model classes. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
 

Uses of IPDFPage in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return IPDFPage
 IPDFPage Widget.getPage()
           
 

Methods in com.qoppa.pdf.annotations with parameters of type IPDFPage
 void Widget.setPage(IPDFPage page)
           
 

Uses of IPDFPage in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return IPDFPage
 IPDFPage IPDFDocument.getIPage(int pageIndex)
          Returns an object that implements IPDFPage given the page number.
 

Uses of IPDFPage in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type IPDFPage
 void IPDFListener.annotAdded(PDFNotesBean notesBean, Annotation newAnnot, IPDFPage pdfPage, int pageIndex)
          This method is called by PDFNotesBean after a new annotation was added.