- ACRES - Static variable in class com.qoppa.pdfNotes.settings.AreaTool
-
Display the units as "acres".
- AcroForm - Interface in com.qoppa.pdf.form
-
This class represents the AcroForm content in a PDF document.
- Action - Class in com.qoppa.pdf.actions
-
Abstract class to define a generic actions.
- Action() - Constructor for class com.qoppa.pdf.actions.Action
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.GotoPageAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.HideShowAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.JSAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.LaunchAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.NamedAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.NullAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.ResetForm
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.SetOCGState
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.SubmitFormAction
-
- ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.URLAction
-
- actionPerformed(ActionEvent) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Handle actions registered with this component.
- actionPerformed(ActionEvent) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method handles actions from the toolbars in the bean.
- actionPerformed(ActionEvent) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Handles toolbar actions.
- activateOCR() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Activates the OCR function for this PDFNotesBean
.
- addAction(Action) - Method in interface com.qoppa.pdf.Bookmark
-
Adds an Action to this Bookmark
- addAnnotation(Annotation, int) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Add an annotation to the document programmatically.
- addAnnotation(Annotation, int, boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Add an annotation to the document programmatically.
- addAnnotation(Annotation) - Method in class com.qoppa.pdfProcess.PDFPage
-
Adds a new annotation to this page.
- addAnnotations(Map<Integer, Vector<Annotation>>) - Method in class com.qoppa.pdfProcess.PDFDocument
-
This method allows multiple annotations to be added to multiple pages.
- addAnnotationToSelection(Annotation) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Adds the given Annotation's component to the list of selected components.
- addChildBookmark(String) - Method in interface com.qoppa.pdf.Bookmark
-
Add a child bookmark.
- addCompareListener(CompareListener) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Adds a CompareListener to be notified when comparison modes are started or stopped.
- addComponentToSelection(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Adds an annotation component to the list of selected annotations.
- addDocumentListener(IDocumentListener) - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Internal method to keep track of document events.
- addDocumentListener(IDocumentListener) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Internal method to keep track of document events.
- addEmbeddedFile(File) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Embeds a file into this PDF document.
- addEmbeddedFile(File, EmbedFileOptions) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Embeds a file into this PDF document, with options.
- addEmbeddedFile(InputStream, String, Date, Date) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Embeds a file into this PDF document.
- addEmbeddedFile(InputStream, String, Date, Date, EmbedFileOptions) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Embeds a file into this PDF document, with options.
- addError(RenderError) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- addError(Throwable, String) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- addFieldListener(FieldListener) - Method in interface com.qoppa.pdf.form.FormField
-
Adds a field listener to this field.
- addGesture() - Method in interface com.qoppa.pdf.annotations.GestureList
-
Add a new gesture to the gesture list.
- addGesture() - Method in interface com.qoppa.pdf.annotations.Ink
-
Creates a new line and returns it to the calling function.
- addHistoryListener(HistoryListener) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Adds a HistoryListener
to the PDFViewerBean.
- addJPEGImage(File, int, int, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFPage
-
Adds a JPEG image onto this page.
- addKeyListener(KeyListener) - Method in interface com.qoppa.pdf.form.FormField
-
Adds a key listener to this field.
- addKeyStore(KeyStore) - Static method in class com.qoppa.pdf.SignatureSettings
-
Adds any X509 certificates found in a key store to the trusted certificate list
to be used when verifying digital signatures.
- addLayer(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates and returns a PDF layer (Optional Content Group).
- addLayer(String, int, boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates and returns a PDF layer (Optional Content Group).
- addLayerListener(LayerListener) - Method in class com.qoppa.pdf.Layer
-
Adds an object that will listen to changes in the layer's visible state.
- addMouseListener(MouseListener) - Method in interface com.qoppa.pdf.form.FormField
-
Adds a mouse listener to this field.
- addNotify() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This is an internal method that overwrites the addNotify() method in JComponent and is used to do whatever is needed when PDFNotesBean is added to a parent container.
- addNotify() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Overrides the component's addNotify() method that gets called when the PDF viewer gets added to a new parent component.
- addOutputPreviewListener(OutputPreviewListener) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Adds an OutputPreviewListener to be notified when output preview mode is started or stopped.
- addPageFromTemplate(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Add a page from a template.
- addPDFListener(IPDFListener) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Adds a PDF Listener object to receive notifications when a new document is opened.
- addPrintListener(PrintListener) - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Adds a PrintListener
to the PDFDocument
- addPrintListener(PrintListener) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Adds a PrintListener
to the PDFDocument
- addRenderingHints(Map<?, ?>) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the values of an arbitrary number of preferences for the rendering algorithms.
- addSelectionListener(IAnnotSelectionListener) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Adds a selection listener to the manager.
- addSignatureField(String, Rectangle2D, int) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Add a signature field to a page in the currently loaded document.
- addSignatureField() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method starts the signature field creation process.
- addSignatureField(String, Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
-
Adds a signature field to this page.
- addSubstituteFont(String, Font) - Static method in class com.qoppa.pdf.FontSettings
-
Registers a substitute font to use when a font in a PDF file is not embedded
in the file and the font is not registered with the operating system.
- addUndoListener(UndoListener) - Method in interface com.qoppa.pdfNotes.undo.UndoManager
-
Registers an UndoListener
to be notified when the undo
action list is modified.
- addVerificationInformation() - Method in interface com.qoppa.pdf.form.SignatureField
-
Add verification information related to this signature.
- addVertex(double, double) - Method in class com.qoppa.pdf.annotations.Vertices
-
Adds a vertex at the end of the list.
- addX509Certificate(X509Certificate) - Static method in class com.qoppa.pdf.SignatureSettings
-
Adds a X509 certificate to the trusted certificate list to be used when verifying digital
signatures.
- afterDocClosed(PDFNotesBean) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
after
the current document was closed (after the close method in the PDFNotesBean is called).
- afterDocOpened(PDFNotesBean, String, File) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
when a
new document is loaded into the viewer.
- afterDocSaved(PDFNotesBean, String, File) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
after
the current document has been saved.
- afterDocumentSet(PDFViewerBean) - Method in interface com.qoppa.pdfViewer.history.HistoryListener
-
This method is called after a document is loaded in the PDFViewerBean.
- ALIGN_BOTTOM - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Vertical text alignment = bottom of annotation.
- ALIGN_CENTER - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Horizontal text alignment = center of annotation.
- ALIGN_LEFT - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Horizontal text alignment = left side of annotation.
- ALIGN_MIDDLE - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Vertical text alignment = middle of annotation.
- ALIGN_RIGHT - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Horizontal text alignment = right side of annotation.
- ALIGN_TOP - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Vertical text alignment = top of annotation.
- AllPDFPermissions - Class in com.qoppa.pdf.permissions
-
This class encompasses all of the document's permissions including Password permissions, DocMDP permissions, Signature, and Usage Rights permissions.
- AllPDFPermissions(PasswordPermissions, DocMDPPermissions, UsageRightsPermissions, SignaturePermissions) - Constructor for class com.qoppa.pdf.permissions.AllPDFPermissions
-
Construct a new AllPDFPermissions object that encompasses PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
- ALWAYS_ACTIVE - Static variable in interface com.qoppa.pdfViewer.panels.PDFPanel
-
Always make the PDFPanel
active when loading or modifying a
document.
- ANNOT_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- ANNOT_Z_MOVED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- annotAdded(PDFNotesBean, Annotation, IPDFPage, int) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
after
a new annotation was added.
- AnnotAlignmentToolbar - Class in com.qoppa.pdfNotes
-
The AnnotAlignmentToolbar allows aligning annotations by their edges,
distributing annotations vertically or horizontally, or resizing annotations
to be of the same width and/or height.
- AnnotAlignmentToolbar(PDFNotesBean) - Constructor for class com.qoppa.pdfNotes.AnnotAlignmentToolbar
-
This method initializes the alignment toolbar.
- Annotation - Interface in com.qoppa.pdf.annotations
-
Interface used to represent a PDF annotation.
- ANNOTATION_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- ANNOTATION_MODIFIED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- ANNOTATION_MOVED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- ANNOTATION_STATEMODEL_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- AnnotationCheckmarkStatus - Interface in com.qoppa.pdf.annotations
-
Interface used to represent the checkmark status of an
Annotation
.
- AnnotationComponent - Interface in com.qoppa.pdf.annotations
-
This interface is implemented by components that display annotations.
- AnnotationContextMenu - Class in com.qoppa.pdfNotes.contextmenus
-
- AnnotationContextMenu() - Constructor for class com.qoppa.pdfNotes.contextmenus.AnnotationContextMenu
-
- AnnotationReviewStatus - Interface in com.qoppa.pdf.annotations
-
Interface used to represent the review status of an
Annotation
.
- ANNOTATIONS_IMPORTED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- AnnotationSettings - Class in com.qoppa.pdf.annotations
-
This class contains general Annotation
display settings,
such as annotation selection stroke and selection color.
- AnnotationSettings() - Constructor for class com.qoppa.pdf.annotations.AnnotationSettings
-
- AnnotationTools - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Annotation
Tools.
- AnnotationTools() - Constructor for class com.qoppa.pdfNotes.settings.AnnotationTools
-
- annotDeleted(PDFNotesBean, Annotation, int) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
after
an annotation was deleted.
- annotModified(PDFNotesBean, Annotation, int) - Method in interface com.qoppa.pdfNotes.IPDFListener
-
This method is called by
PDFNotesBean
after
an annotation was modified.
- AnnotPropertiesToolbar - Class in com.qoppa.pdfNotes
-
The AnnotPropertiesToolbar allows changing common annotation appearance properties
quickly from a tool bar without the need to open the full properties dialog.
- AnnotPropertiesToolbar(PDFNotesBean) - Constructor for class com.qoppa.pdfNotes.AnnotPropertiesToolbar
-
This method initializes the annotations toolbar.
- AnnotPropsToolbarVisibilitySettings - Class in com.qoppa.pdfNotes
-
- AnnotPropsToolbarVisibilitySettings() - Constructor for class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
- AnnotToolbar - Class in com.qoppa.pdfNotes
-
This class implements the toolbar that provides annotation tools.
- AnnotToolbar() - Constructor for class com.qoppa.pdfNotes.AnnotToolbar
-
This method initializes the annotations toolbar.
- AnnotToolbarEditor - Class in com.qoppa.pdfEditor
-
This class extends the annotations toolbar to add tools to redact and edit content.
- AnnotToolbarEditor() - Constructor for class com.qoppa.pdfEditor.AnnotToolbarEditor
-
- annotUpdated() - Method in interface com.qoppa.pdf.annotations.AnnotationComponent
-
If an annotation's properties are modified, call this method to alert the
AnnotationComponent that it needs to update itself based on the
annotation's properties.
- APPDEFAULT - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Print Scaling viewer preference: Applications should use the current print scaling
- append(byte[]) - Method in interface com.qoppa.pdf.source.PDFContent
-
Append content to this PDF.
- appendDocument(PDFDocument) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Appends a PDF document to this document.
- appendGIFAsPage(InputStream, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the GIF image to it.
- appendGIFAsPage(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the GIF image to it.
- appendGIFAsPage(String, int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the GIF image to it.
- appendImage(File) - Method in class com.qoppa.pdfProcess.PDFDocument
-
This method appends an image (or series of images) to the current document.
- appendImage(InputStream, String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
This method appends an image (or series of images) to the current document.
- appendImageAsPage(BufferedImage, double, double, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page, with given dimensions, in the PDF document and adds the image to it.
- appendImageAsPage(BufferedImage, int, int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the image to it.
- appendJPEG2000AsPage(InputStream, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds a JPEG200 image, read from an input stream, to it using the DPI specified.
- appendJPEGAsPage(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the JPEG image to it.
- appendJPEGAsPage(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the JPEG file to it.
- appendJPEGAsPage(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the JPEG file to it.
- appendNewPage(double, double) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates and appends a new PDFPage to this document.
- appendPage(PDFPage) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Appends a page to this document.
- appendPageContent(PDFPage, double, double, double, double, Layer) - Method in class com.qoppa.pdfProcess.PDFPage
-
Adds the content of another page to this page.
- appendPNGAsPage(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds a PNG image, read from an input stream, to it.
- appendPNGAsPage(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new page in the PDF document and adds the PNG file to it.
- appendTextAsPages(InputStream, TextToPDFSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates new pages in the PDF document and adds the text, read from an
input stream, to them.
- appendTextAsPages(String, TextToPDFSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates new pages in the PDF document and adds the text from an text file
to them.
- appendTIFFAsPages(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Appends the pages in a TIFF image from an input stream to the end of this document.
- appendTIFFAsPages(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Appends the pages in a TIFF file to the end of this document.
- applyRedactionAnnotation(Redaction) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Apply the redaction annotation to the document.
- applyRedactionAnnotation(Redaction) - Method in class com.qoppa.pdfProcess.PDFPage
-
This method will apply or "burn in" the redaction annotation.
- applyRedactionAnnotations() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Apply redaction annotations to the document.
- applyRedactionAnnotations() - Method in class com.qoppa.pdfProcess.PDFPage
-
This method will apply or "burn in" all redaction annotations that are on
this PDFPage
.
- APPROVED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- AreaHighlightTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Area Highlight
Tool.
- AreaHighlightTool() - Constructor for class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
- AreaTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Area Tool.
- AreaTool() - Constructor for class com.qoppa.pdfNotes.settings.AreaTool
-
- ArrowTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Arrow Tool.
- ArrowTool() - Constructor for class com.qoppa.pdfNotes.settings.ArrowTool
-
- ASIS - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- ATTACH_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- ATTACH_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- AttachmentContextMenu - Class in com.qoppa.pdfViewer.contextmenus
-
This class manages the context menu in the attachment panel.
- AttachmentContextMenu(boolean) - Constructor for class com.qoppa.pdfViewer.contextmenus.AttachmentContextMenu
-
Create the attachment panel context menu.
- AttachmentPanel - Interface in com.qoppa.pdfViewer.panels
-
Interface to the panel that shows file attachments in the current document.