- handleAction(Action) - Method in interface com.qoppa.pdf.actions.IPDFActionHandler
-
Handle an action
- 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
- 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.
- hasOpenPassword() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document is encrypted with a 'user' password.
- hasOpenPassword() - Method in class com.qoppa.pdfSecure.PDFSecure
-
Returns a flag indicating whether this document is encrypted with a
'user' password.
- hasPermissionsPassword() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document is encrypted with a 'owner' password.
- hasPermissionsPassword() - Method in class com.qoppa.pdfSecure.PDFSecure
-
Returns a flag indicating whether this document is encrypted with a
'owner' password.
- hasXFA() - Method in interface com.qoppa.pdf.form.AcroForm
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data.
- hasXFA() - Method in class com.qoppa.pdfFields.PDFFields
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data.
- HELVETICA - Static variable in class com.qoppa.pdfProcess.PDFGraphics
-
- 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.
- hit(Rectangle, Shape, boolean) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.