- CALCULATE - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- Callout - Interface in com.qoppa.pdf.annotations
-
Interface representing a Callout annotation in a PDF document.
- CalloutTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Callout Tool.
- CalloutTool() - Constructor for class com.qoppa.pdfNotes.settings.CalloutTool
-
- canEdit() - Method in interface com.qoppa.pdf.annotations.Widget
-
- canPaste() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Look at the contents of the system clipboard and determine if the object
in the clipboard can be pasted into jPDFNotes.
- Caret - Interface in com.qoppa.pdf.annotations
-
Interface representing a Caret annotation in a PDF document.
- CaretTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Caret
Tool.
- CaretTool() - Constructor for class com.qoppa.pdfNotes.settings.CaretTool
-
- CheckBoxField - Interface in com.qoppa.pdf.form
-
CheckBoxField
holds a check box field.
- CHINESE_SANSSERIF - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SANSSERIF - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- CHINESE_SERIF - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SERIF - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- CHINESE_SIMPLIFIED - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SIMPLIFIED - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- ChoiceField - Interface in com.qoppa.pdf.form
-
ChoiceField
is the abstract class to hold a choice field.
- Circle - Interface in com.qoppa.pdf.annotations
-
Interface representing a Circle annotation in a PDF document.
- CircleTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Circle Tool.
- CircleTool() - Constructor for class com.qoppa.pdfNotes.settings.CircleTool
-
- clear() - Method in class com.qoppa.pdf.actions.TriggerActions
-
Overrides Hashtable method to keep track of modifications.
- clear() - Method in class com.qoppa.pdf.annotations.Vertices
-
Clear all the vertices in this list.
- clearDocument() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Clears any loaded document.
- clearNext() - Method in interface com.qoppa.pdfViewer.history.LocationHistory
-
Removes any subsequent document views.
- clearSelection() - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Clears the current annotation component selection.
- clearSelection() - Method in class com.qoppa.pdfViewer.contextmenus.PageViewContextMenu
-
This method clears the Hand Tool, Text Select, and Zoom Tool
menu item check boxes.
- clearSignature() - Method in interface com.qoppa.pdf.form.SignatureField
-
Clears this signature, if the field has been signed.
- clearTextSelection() - Method in interface com.qoppa.pdfViewer.IPDFPageView
-
Clears the current text selection.
- clearUndoList() - Method in interface com.qoppa.pdfNotes.undo.UndoManager
-
Removes all undo and redo UndoActions
from the list.
- clone() - Method in class com.qoppa.pdf.settings.ImageCompression
-
Clones this object.
- close() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Close / release all resources held by this document.
- close() - Method in interface com.qoppa.pdf.source.PDFContent
-
Close or release any resources that this object holds.
- close(boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method closes the current document.
- closeAdvancedSearch() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Closes the advanced search box.
- closeDoc(boolean) - Method in interface com.qoppa.pdf.IWindowHandler
-
Close the currently open document, optionally prompting the user to save if the document has been modified.
- closeSearch() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method ends the searching process and closes the quick search box.
- CloudTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Cloud Tool.
- CloudTool() - Constructor for class com.qoppa.pdfNotes.settings.CloudTool
-
- collapseAll() - Method in interface com.qoppa.pdfViewer.panels.BookmarkPanel
-
Collapse all the leafs in the bookmarks tree.
- collapseAll() - Method in interface com.qoppa.pdfViewer.panels.CommentPanel
-
Collapse all the leafs in the comments tree.
- COLORSPACE_BW - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to B/W (1 bit grayscale).
- COLORSPACE_CMYK - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to CMYK.
- COLORSPACE_GRAY - Static variable in class com.qoppa.pdf.JPEG2000Options
-
- COLORSPACE_GRAY - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to grayscale.
- COLORSPACE_RETAIN - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Retain image current color space.
- COLORSPACE_RGB - Static variable in class com.qoppa.pdf.JPEG2000Options
-
- COLORSPACE_RGB - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to RGB.
- com.qoppa.pdf - package com.qoppa.pdf
-
General classes used by different objects throughout the library.
- com.qoppa.pdf.actions - package com.qoppa.pdf.actions
-
Classes that represent user actions.
- com.qoppa.pdf.annotations - package com.qoppa.pdf.annotations
-
Classes representing PDF annotations.
- com.qoppa.pdf.dom - package com.qoppa.pdf.dom
-
Classes representing the PDF document object model.
- com.qoppa.pdf.form - package com.qoppa.pdf.form
-
Classes related to PDF Acroform and its form fields.
- com.qoppa.pdf.permissions - package com.qoppa.pdf.permissions
-
This package contains classes related to document permissions.
- com.qoppa.pdf.settings - package com.qoppa.pdf.settings
-
Classes related to settings.
- com.qoppa.pdf.source - package com.qoppa.pdf.source
-
PDFSource interface and implementations.
- com.qoppa.pdfNotes - package com.qoppa.pdfNotes
-
PDFNotesBean, toolbar and related classes.
- com.qoppa.pdfNotes.contextmenus - package com.qoppa.pdfNotes.contextmenus
-
Classes representing right-click popup menus.
- com.qoppa.pdfNotes.panels - package com.qoppa.pdfNotes.panels
-
Interfaces to helper panels, such as the Signatures and Comments panels.
- com.qoppa.pdfNotes.settings - package com.qoppa.pdfNotes.settings
-
Classes used to configure a number of settings for jPDFNotes.
- com.qoppa.pdfNotes.undo - package com.qoppa.pdfNotes.undo
-
Classes to manage the undo feature in jPDFNotes.
- com.qoppa.pdfViewer - package com.qoppa.pdfViewer
-
PDFViewerBean and related classes.
- com.qoppa.pdfViewer.contextmenus - package com.qoppa.pdfViewer.contextmenus
-
Classes representing right-click popup menus.
- com.qoppa.pdfViewer.history - package com.qoppa.pdfViewer.history
-
Interfaces to navigation history API.
- com.qoppa.pdfViewer.panels - package com.qoppa.pdfViewer.panels
-
Interfaces to the helper panels, such as bookmarks and thumbnails.
- ComboField - Interface in com.qoppa.pdf.form
-
ComboField
holds a combo field.
- CommentPanel - Interface in com.qoppa.pdfViewer.panels
-
Interface to the panel that shows the annotations / comments in the document.
- CommentPanelNotes - Interface in com.qoppa.pdfNotes.panels
-
- commitEdits() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method will commit any edits that are currently in progress.
- commitEdits() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method will commit any edits that are currently in progress.
- CompareOptions - Class in com.qoppa.pdf
-
The options to use when adding a PDFDocument as a layer to a comparison
document.
- CompareOptions() - Constructor for class com.qoppa.pdf.CompareOptions
-
Default constructor.
- COMPLETED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- componentsDeselected(Vector<AnnotationComponent>) - Method in interface com.qoppa.pdf.annotations.IAnnotSelectionListener
-
This notification is sent when one or more AnnotationComponents are
deselected (or deleted)
- componentSelected(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotSelectionListener
-
This notification is sent when an AnnotationComponent is selected
- COMPRESSION_DEFLATE - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use Deflate compression when saving images to the PDF document.
- COMPRESSION_JBIG2 - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use JBIG2 compression when saving images to the PDF document.
- COMPRESSION_JPEG - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use JPEG compression when saving images to the PDF document.
- COMPRESSION_JPEG2000 - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use Jpeg2000 compression when saving images to the PDF document.
- CONFIDENTIAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- containsJavaScript() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
- createCallout(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a callout annotation with the given content.
- createCircle(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a circle annotation with the given content.
- createFileAttachment(byte[], String, Date, Date, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a file attachment annotation.
- createFileAttachment(File, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Convenience constructor to create a file attachment from a file system file.
- createFileAttachment(InputStream, String, Date, Date, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Creates a file attachment from an input stream.
- createFileAttachment() - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Creates an empty file attachment object.
- createFreeText(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a free text annotation with the given content.
- createImage(double, int, int) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Return an image for the current stamp.
- createInk(String, List<Vertices>) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs an Ink annotation.
- createLine(String, double, double, double, double) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a line annotation with the given content.
- createLine(String, double, double, double, double, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a line annotation with the given content and intent.
- createLink() - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a Link annotation.
- createPolygon(String, Vertices, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a polygon annotation.
- createPolyline(String, Vertices, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a polyline annotation.
- createPopup(boolean) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a popup annotation with the given open flag.
- createRedaction(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a Redaction annotation with the given content.
- createRedaction(String, Vector<Point2D[]>) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds,
unless the quadList is empty.
- createRubberStamp(Image, ImageCompression) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a rubber stamp annotation with the given image.
- createRubberStamp(String, Color) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a rubber stamp annotation with custom text and custom color.
- createRubberStamp(String, Color, double) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a text rubber stamp annotation.
- createRubberStamp(IPDFPage) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a rubber stamp annotation with the content stream from a PDF page.
- createSeparator() - Method in class com.qoppa.pdfNotes.AnnotPropertiesToolbar
-
Convenience method to create a JSeparator that is used in other tool
bars.
- createSeparator() - Method in class com.qoppa.pdfNotes.TextAnnotPropertiesToolbar
-
Convenience method to create a JSeparator that is used in other tool
bars.
- createSound(AudioFormat, byte[]) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a sound annotation from an AudioFormat object and an
array of bytes containing the audio content.
- createSound(AudioInputStream) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a sound annotation from an AudioInputStream object.
- createSquare(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a square annotation with the given content.
- createStampMenuItem(Image, ImageCompression) - Static method in class com.qoppa.pdfNotes.AnnotToolbar
-
Creates a JMenuItem that draws a preview of the rubber stamp.
- createStampMenuItem(String, Color) - Static method in class com.qoppa.pdfNotes.AnnotToolbar
-
Creates a JMenuItem that draws a preview of the rubber stamp.
- createStampMenuItem(RubberStamp) - Static method in class com.qoppa.pdfNotes.AnnotToolbar
-
Creates a JMenuItem that draws a preview of the rubber stamp.
- createText(String, boolean, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a Text annotation.
- createTextMarkup(String, Vector<Point2D[]>, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a new TextMarkup annotation.
- createTypeWriter(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a typewriter annotation with the given content.