- handleAction(Action) - Method in interface com.qoppa.pdf.actions.IPDFActionHandler
-
Handle an action
- handleAction(Action) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method overrides the PDFViewerBean handleAction to take care
of actions that are specific to jPDFNotes, such as saving the document.
- handleAction(Action) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method will handle PDF actions initiated by a click on
a link.
- handleEmail(String, String, String, String, String) - Method in interface com.qoppa.pdf.actions.IEmailHandler
-
Handle sending email.
- handleEmail(String, File, String) - Method in interface com.qoppa.pdf.actions.ISubmitActionEmailHandler
-
- handleEmail(String, File, String, String, String) - Method in interface com.qoppa.pdf.actions.ISubmitActionEmailHandler
-
Handle sending an email when a SubmitFormAction Email Button is pressed
- handleImage(Component, BufferedImage) - Method in interface com.qoppa.pdfViewer.ISnapshotHandler
-
Handle the BufferedImage captured by the Snapshot tool.
- hasAllPermissions() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns true if all permissions are granted for the document.
- hasBeenSigned() - Method in interface com.qoppa.pdf.form.SignatureField
-
Returns whether this signature has already been signed or if it is an empty signature.
- hasNext() - Method in interface com.qoppa.pdfViewer.history.LocationHistory
-
Returns true if there is a subsequent document view in the
LocationHistory
.
- hasPrevious() - Method in interface com.qoppa.pdfViewer.history.LocationHistory
-
Returns true if there is a previous document view in the
LocationHistory
.
- hasXFA() - Method in interface com.qoppa.pdf.form.AcroForm
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data.
- HideShowAction - Class in com.qoppa.pdf.actions
-
Action that tells the viewer to show or hide fields.
- HideShowAction(Vector<String>, boolean) - Constructor for class com.qoppa.pdf.actions.HideShowAction
-
Constructs the action to work on the given field names.
- HIGH_INVERT - Static variable in interface com.qoppa.pdf.annotations.Widget
-
- HIGH_NONE - Static variable in interface com.qoppa.pdf.annotations.Widget
-
- HIGH_OUTLINE - Static variable in interface com.qoppa.pdf.annotations.Widget
-
- HIGH_PUSH - Static variable in interface com.qoppa.pdf.annotations.Widget
-
- HIGH_TOGGLE - Static variable in interface com.qoppa.pdf.annotations.Widget
-
- HIGHTLIGHT_MODE_INVERT - Static variable in interface com.qoppa.pdf.annotations.Link
-
Invert the contents of the annotation rectangle.
- HIGHTLIGHT_MODE_NONE - Static variable in interface com.qoppa.pdf.annotations.Link
-
No highlighting.
- HIGHTLIGHT_MODE_OUTLINE - Static variable in interface com.qoppa.pdf.annotations.Link
-
Invert the annotation's border.
- HIGHTLIGHT_MODE_PUSH - Static variable in interface com.qoppa.pdf.annotations.Link
-
Display the annotation as if it were being pushed below the sur- face of the page.
- HistoryListener - Interface in com.qoppa.pdfViewer.history
-
The listener interface for receiving LocationHistory events.
- HTTPSaver - Class in com.qoppa.pdfNotes
-
This class implements a custom IPDFSaver to save a file to a URL, using the standard HTTP POST file upload
protocol.
- HTTPSaver(URL) - Constructor for class com.qoppa.pdfNotes.HTTPSaver
-
Constructor that takes a URL to the script that will receive the file on a web server.