Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IPDFDocument |
DocumentEvent.getDocument() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DocumentEvent(IPDFDocument doc,
int eventType,
int pageIndex) |
DocumentEvent(IPDFDocument doc,
int eventType,
int pageIndex,
Object object) |
Modifier and Type | Method and Description |
---|---|
IPDFDocument |
IPDFPage.getIDocument()
Returns the document that this page belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.setDocument(IPDFDocument pdfDoc)
Sets this bean's document.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFDocument
PDF Document object.
|
Modifier and Type | Method and Description |
---|---|
IPDFDocument |
PDFViewerBean.getDocument()
Returns the PDF document currently displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFViewerBean.setDocument(IPDFDocument pdfDoc)
Sets this bean's document.
|
Modifier and Type | Class and Description |
---|---|
class |
com.qoppa.pdfViewer.hiObjects.AbstractPDFDocument |