- 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.pdfViewer.PDFViewerBean
-
Handles toolbar actions.
- addAction(Action) - Method in interface com.qoppa.pdf.Bookmark
-
Adds an Action to this Bookmark
- 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.
- 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.
- 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.
- 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.
- 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.pdfViewer.PDFViewerBean
-
Overrides the component's addNotify() method that gets called when the PDF viewer gets added to a new parent component.
- addPrintListener(PrintListener) - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Adds a PrintListener
to the PDFDocument
- addSelectionListener(IAnnotSelectionListener) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Adds a selection listener to the manager.
- 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.
- 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.
- 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
-
- 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.
- 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
-
- 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.
- APPROVED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- 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.