- EditToolbar - Class in com.qoppa.pdfNotes
-
The PDF Notes toolbar.
- EditToolbar() - Constructor for class com.qoppa.pdfNotes.EditToolbar
-
Construct the PDFEdit toolbar.
- EH_ABORT_RENDERING - Static variable in class com.qoppa.pdf.errors.PDFErrorHandling
-
Abort the entire rendering operation and throw an exception to the host application.
- EH_SHOW_ERROR_AND_CONTINUE - Static variable in class com.qoppa.pdf.errors.PDFErrorHandling
-
Display the error in the rendering of the page and continue rendering other pages.
- embedFont(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Embeds a font in the PDF file.
- EmptyPDFSource - Class in com.qoppa.pdf.source
-
Implementation of the PDFSource interface when the document has no source, such as when creating a new document.
- EmptyPDFSource() - Constructor for class com.qoppa.pdf.source.EmptyPDFSource
-
- EmptyPDFSource(String) - Constructor for class com.qoppa.pdf.source.EmptyPDFSource
-
Construct a new empty PDF source with a given name.
- enableEditing(boolean) - Method in interface com.qoppa.pdfEditor.panels.BookmarkPanelEditor
-
Turn Bookmark Panel editing on or off.
- enableEditing(boolean) - Method in interface com.qoppa.pdfNotes.panels.ThumbnailPanelNotes
-
Turn thumb pane editing on or off.
- ENCRYPTION_AES_128 - Static variable in class com.qoppa.pdf.PDFPermissions
-
- ENCRYPTION_AES_128 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
-
AES Encryption - 128 bits
- ENCRYPTION_AES_256 - Static variable in class com.qoppa.pdf.PDFPermissions
-
- ENCRYPTION_AES_256 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
-
AES Encryption 256 bits.
- ENCRYPTION_RC4_128 - Static variable in class com.qoppa.pdf.PDFPermissions
-
- ENCRYPTION_RC4_128 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
-
RC4 Encryption - 128 bits
- ENCRYPTION_RC4_40 - Static variable in class com.qoppa.pdf.PDFPermissions
-
- ENCRYPTION_RC4_40 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
-
RC4 Encryption - 40 bits
- equals(PDFSource) - Method in class com.qoppa.pdf.source.ByteArrayPDFSource
-
- equals(PDFSource) - Method in class com.qoppa.pdf.source.EmptyPDFSource
-
- equals(PDFSource) - Method in class com.qoppa.pdf.source.FilePDFSource
-
- equals(PDFSource) - Method in class com.qoppa.pdf.source.InputStreamPDFSource
-
- equals(PDFSource) - Method in class com.qoppa.pdf.source.MBBPDFSource
-
- equals(PDFSource) - Method in interface com.qoppa.pdf.source.PDFSource
-
Tests if this source is equal to another source.
- equals(PDFSource) - Method in class com.qoppa.pdf.source.URLOnDemandPDFSource
-
Compares this PDF source to anothe URLOnDemandPDFSource for equality.
- equals(PDFSource) - Method in class com.qoppa.pdf.source.URLPDFSource
-
- equals(Object) - Method in class com.qoppa.pdfViewer.actions.JSAction
-
Compares this object to another for equality.
- EVENT_FOCUSGAINED - Static variable in interface com.qoppa.pdf.form.FieldListener
-
- EVENT_FOCUSLOST - Static variable in interface com.qoppa.pdf.form.FieldListener
-
- EVENT_VALUECHANGED - Static variable in interface com.qoppa.pdf.form.FieldListener
-
- expandAll() - Method in interface com.qoppa.pdfViewer.panels.BookmarkPanel
-
Expand all the leafs in the bookmarks tree.
- expandAll() - Method in interface com.qoppa.pdfViewer.panels.CommentPanel
-
Expand all the leafs in the comments tree.
- EXPERIMENTAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- EXPIRED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- exportAnnotsAsFDF(String) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Exports annotation comments in FDF format.
- exportAnnotsAsFDF(String, Set) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Exports annotation comments in FDF format.
- exportAnnotsAsFDF(OutputStream, String) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Export the annotation comments to an output stream in FDF format.
- exportAnnotsAsFDF(OutputStream, String, Set) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Export the set of annotation comments to an output stream in FDF format.
- exportAnnotsAsFDF(OutputStream, String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Export the annotation comments to an output stream in FDF format.
- exportAnnotsAsFDF(OutputStream, String, Set) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Export the set of annotation comments to an output stream in FDF format.
- exportAnnotsAsFDF(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Exports annotation comments in FDF format.
- exportAnnotsAsFDF(String, Set) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Exports a set of annotation comments in FDF format.
- exportAnnotsAsXFDF(OutputStream, String) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Export annotations comments to an output stream in XFDF format.
- exportAnnotsAsXFDF(String) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Exports annotations comments in XFDF format to a file.
- exportAnnotsAsXFDF(OutputStream, String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Export annotations comments to an output stream in XFDF format.
- exportAnnotsAsXFDF(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Exports annotations comments in XFDF format.
- exportAsFDF(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports AcroForm field data to a file in FDF format.
- exportAsFDF(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports AcroForm field data to an output stream in FDF format.
- exportAsXDP(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports XFA field data to a file in XDP format.
- exportAsXDP(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports XFA field data to an OutputStream.
- exportAsXFDF(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports AcroForm field data to a file in XFDF format.
- exportAsXFDF(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Exports AcroForm field data to an output stream in XML format.
- exportAsXML(OutputStream, boolean, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Export field values in a simple XML format.
- exportAsXML(String, boolean, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
-
Export field values in a simple XML format.
- extractPages(int, int, String) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Creates and saves a new PDF document that contains a range of pages from this document.
- extractPages(int, int, OutputStream) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Creates and saves a new PDF document that contains a range of pages from this document.