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

Packages that use IPDFPage
com.qoppa.pdf.annotations Classes representing PDF annotations. 
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.actions Classes that represent user actions. 
com.qoppa.pdfViewer.hiObjects   
com.qoppa.pdfViewer.panels Interfaces to the helper panels, such as bookmarks and thumbnails. 
 

Uses of IPDFPage in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return IPDFPage
 IPDFPage AnnotationComponent.getPage()
          Returns the page in which this annotation component is located.
 

Methods in com.qoppa.pdf.annotations with parameters of type IPDFPage
 String MarkUpText.getText(IPDFPage page)
          Deprecated.  
 String TextMarkup.getText(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.
 

Uses of IPDFPage in com.qoppa.pdfProcess
 

Classes in com.qoppa.pdfProcess that implement IPDFPage
 class PDFPage
          This class holds a page in a PDF document.
 

Methods in com.qoppa.pdfProcess that return IPDFPage
 IPDFPage PDFDocument.getIPage(int pageIndex)
          Internal method, do not use.
 

Uses of IPDFPage in com.qoppa.pdfViewer.actions
 

Methods in com.qoppa.pdfViewer.actions that return IPDFPage
 IPDFPage GotoPageAction.getPage()
          Returns the page for this GotoPageAction.
 

Constructors in com.qoppa.pdfViewer.actions with parameters of type IPDFPage
GotoPageAction(IPDFPage pdfPage)
          Constructs a GotoPageAction with an IPDFPage.
GotoPageAction(IPDFPage pdfPage, int zoomMode)
          Constructs a GotoPageAction with an IPDFPage and a zoom mode.
GotoPageAction(IPDFPage pdfPage, int x, int y, double scale)
          Constructs a GotoPageAction with an IPDFPage and with values to set the x and y coordinates as well as the zoom scale.
 

Uses of IPDFPage in com.qoppa.pdfViewer.hiObjects
 

Classes in com.qoppa.pdfViewer.hiObjects that implement IPDFPage
 class com.qoppa.pdfViewer.hiObjects.AbstractPDFPage
           
 

Uses of IPDFPage in com.qoppa.pdfViewer.panels
 

Methods in com.qoppa.pdfViewer.panels that return IPDFPage
 IPDFPage PageThumbnail.getPage()
          Returns the PDF page that this thumbnail represents.