- handleAction(Action) - Method in interface com.qoppa.pdfViewer.actions.IPDFActionHandler
-
Handle an action
- handleEmail(String, File, String) - Method in interface com.qoppa.pdfViewer.actions.ISubmitActionEmailHandler
-
Handle sending an email when a SubmitFormAction Email Button is pressed
- hasAllPermissions() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- 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.pdfViewer.actions
-
Action that tells the viewer to show or hide fields.
- HideShowAction(Vector, boolean) - Constructor for class com.qoppa.pdfViewer.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
-
- 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.