- IAnnotationFactory - Interface in com.qoppa.pdf.annotations
-
This interface provides methods to create annotations in a document.
- IAnnotationManager - Interface in com.qoppa.pdf.annotations
-
This interface manages the selection cycle for AnnotationComponents.
- IAnnotSelectionListener - Interface in com.qoppa.pdf.annotations
-
The interface for AnnotationComponent selection events.
- ICON_COMMENT - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_GRAPH - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_HELP - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_INSERT - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_KEY - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_NEWPARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_NOTE - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_PAPERCLIP - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_PARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
-
- ICON_PUSHPIN - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_TAG - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- IDocumentListener - Interface in com.qoppa.pdf
-
Listener interfaces to notify objects when a document has been changed.
- IEmbeddedFile - Interface in com.qoppa.pdf
-
Representation of an embedded file in a PDF document.
- IFlattener - Interface in com.qoppa.pdf.annotations
-
This interface is used internally to let annotations know how to flatten themselves into the document content.
- IJavaScriptEnabler - Interface in com.qoppa.pdf
-
This interface is used to determine if JavaScript should be enabled for a document.
- ImageParam - Class in com.qoppa.pdfProcess
-
This class is used in the PDFGraphics object to determine how to store images in
a PDF document when any of the drawImage methods are called.
- ImageParam() - Constructor for class com.qoppa.pdfProcess.ImageParam
-
Constructs a default image parameters object.
- ImageParam(int) - Constructor for class com.qoppa.pdfProcess.ImageParam
-
Constructs an ImageParam object with the given compression type.
- ImageParam(int, float) - Constructor for class com.qoppa.pdfProcess.ImageParam
-
Constructs an ImageParam object with the given compression type and quality setting.
- importAnnotsFDF(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Import annotations comments from an input stream in FDF format.
- importAnnotsFDF(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Import annotations comments from a file in FDF Format.
- importAnnotsPDF(PDFDocument) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Import annotations from another PDFDocument.
- importAnnotsXFDF(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Import annotations from an input stream in XFDF Format.
- importAnnotsXFDF(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Import annotations from a file in XFDF Format.
- importFDF(String) - Method in interface com.qoppa.pdf.form.AcroForm
-
Import AcroForm field data from a file in FDF Format.
- importFDF(InputStream) - Method in interface com.qoppa.pdf.form.AcroForm
-
Imports AcroForm field data from an input stream in FDF format.
- importFDF(InputStream) - Method in class com.qoppa.pdfFields.PDFFields
-
Import AcroForm field data from an input stream in FDF format.
- importFDF(String) - Method in class com.qoppa.pdfFields.PDFFields
-
Import AcroForm field data from a file in FDF Format.
- importXDP(String) - Method in interface com.qoppa.pdf.form.AcroForm
-
Imports XFA field data from a file in XDP format.
- importXDP(InputStream) - Method in interface com.qoppa.pdf.form.AcroForm
-
Imports XFA field data from an InputStream in XDP format.
- importXDP(String) - Method in class com.qoppa.pdfFields.PDFFields
-
Import XFA field data from a file in XDP Format.
- importXDP(InputStream) - Method in class com.qoppa.pdfFields.PDFFields
-
Import XFA field data from an input stream in XDP format.
- importXFDF(String) - Method in interface com.qoppa.pdf.form.AcroForm
-
Imports AcroForm fields data from a file in XFDF Format.
- importXFDF(XMLElement) - Method in interface com.qoppa.pdf.form.AcroForm
-
Import AcroForm field data from an xml element representing the top element of an fdf file.
- importXFDF(InputStream) - Method in class com.qoppa.pdfFields.PDFFields
-
Import AcroForm field data from an input stream in XML format.
- importXFDF(String) - Method in class com.qoppa.pdfFields.PDFFields
-
Import AcroForm fields data from a file in XML Format.
- INFORMATIONONLY - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- initialize(String, String) - Static method in class com.qoppa.ocr.OCRBridge
-
Initializes the Tesseract bridge with the path to the native libraries
and the path to the language data files.
- Ink - Interface in com.qoppa.pdf.annotations
-
Interface representing an Ink annotation in a PDF document.
- InputStreamPDFSource - Class in com.qoppa.pdf.source
-
Implementation of the PDFSource interface when the document comes from an input stream.
- InputStreamPDFSource(InputStream) - Constructor for class com.qoppa.pdf.source.InputStreamPDFSource
-
- InputStreamPDFSource(InputStream, String) - Constructor for class com.qoppa.pdf.source.InputStreamPDFSource
-
- insert_hOCR(String, boolean) - Method in class com.qoppa.pdfProcess.PDFPage
-
This methods inserts hOCR text into this page.
- INSERT_LAYER - Static variable in class com.qoppa.pdf.DocumentEvent
-
- insertChildBookmark(String, int) - Method in interface com.qoppa.pdf.Bookmark
-
Insert a child bookmark at the given index in the node's children.
- insertNewPage(double, double, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new PDFPage and inserts it into the document at the given position.
- insertPage(PDFAssemble, int, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Inserts a page into this document at the given index.
- insertPage(PDFPage, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Inserts a page into this document at the given index.
- IPassword - Interface in com.qoppa.pdf
-
External interface used by the PDF library to get possible passwords
to open a document.
- IPDFActionHandler - Interface in com.qoppa.pdfViewer.actions
-
Interface to handle actions, when they are executed.
- IPDFDocument - Interface in com.qoppa.pdf.dom
-
Object representation of a PDF document.
- IPDFPage - Interface in com.qoppa.pdf.dom
-
Object representation of a page in a PDF document.
- IPDFPermissions - Interface in com.qoppa.pdf.permissions
-
This interface represents document permissions.
- isAllowPopups() - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Returns true if popups are allowed.
- isAllValid() - Method in class com.qoppa.pdf.SignatureValidity
-
Checks if the signature is completely valid.
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow assembling the document:
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP does not allow assembling the document.
- isAssembleDocumentAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if document assembly is allowed.
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to assemble the document:
- insert, rotate or delete pages
- create bookmarks
- create thumbnail images
This permission is automatically granted if the permission to change the document is granted (see
PasswordPermissions.isChangeDocumentAllowed()
).
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage rights never allow assembling the document.
- isCaCertsEnabled() - Static method in class com.qoppa.pdf.SignatureSettings
-
The CaCertsEnabled flag determines whether or not the certificates in cacerts from
the current JRE will be added to the trusted certificate cache used to verify digital
signatures.
- isCertifyingSignature() - Method in class com.qoppa.pdf.SigningInformation
-
Returns true if this is a certifying signature.
- isChangeDocumentAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow changing the document.
- isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP does not allow changing the document.
- isChangeDocumentAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if changing the document is allowed.
- isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to change the document.
- isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights never allow changing the document.
- isCombFormat() - Method in interface com.qoppa.pdf.annotations.WidgetText
-
Indicates whether this text widget is in the comb format.
- isCombo() - Method in interface com.qoppa.pdf.form.ChoiceField
-
Returns true if the choice field is a combo box field, false if it's a list field.
- isContentAppended() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets a flag that indicates if there has been any content appended to this PDF.
- isCreateModifyFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow modifying annotations and changing the document.
- isDocumentModified() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document has been modified.
- isEditable() - Method in interface com.qoppa.pdf.annotations.Widget
-
- isEditable() - Method in interface com.qoppa.pdf.form.ChoiceField
-
Returns true if user is allowed to enter custom text, false if not.
- isEmpty() - Method in interface com.qoppa.pdf.form.FormField
-
Returns true if the field is not filled.
- isEmpty() - Method in class com.qoppa.pdfProcess.PDFPage
-
Check whether the page is empty.
- isEncrypted() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document is encrypted.
- isEncrypted() - Method in class com.qoppa.pdfSecure.PDFSecure
-
Returns a flag indicating whether this document is encrypted.
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isExtractTextGraphicsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow extracting text graphics from the document.
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP always allows extracting text graphics.
- isExtractTextGraphicsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if extracting text graphics is allowed.
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to extract text and graphics.
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow extracting text graphics.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow extracting text graphics for accessibility from the document.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP always allows extracting text graphics for accessibility.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if extracting text graphics for accessibility is allowed.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow extracting text graphics for accessibility.
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow filling form field.
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP permission levels 2 and 3 allow filling existing form fields and signatures.
- isFillFormFieldsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if filling existing form fields is allowed.
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to fill form fields and sign the document.
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Returns true if the Usage Rights allow filling existing form fields and signatures.
- isGrayscale() - Method in class com.qoppa.pdf.TIFFOptions
-
Returns a flag indicating whether the document should be converted to grayscale before
writing the output TIFF file.
- isHidden() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the HIDDEN flag.
- isHide() - Method in class com.qoppa.pdfViewer.actions.HideShowAction
-
Returns a boolean flag indicating whether to hide the fields (true) or to show them (false).
- isImageField() - Method in interface com.qoppa.pdf.form.PushButtonField
-
Checks whether this push button field is designated to be an image field.
- isImageSmoothReduction() - Static method in class com.qoppa.pdf.PDFRenderHints
-
Returns the value of the smooth image reduction hingt.
- isInitialized() - Static method in class com.qoppa.ocr.OCRBridge
-
Determines whether the OCRBridge is initialized.
- isInitialOpen() - Method in interface com.qoppa.pdf.annotations.Text
-
Returns the value of the InitialOpen flag.
- isIntentArrow() - Method in interface com.qoppa.pdf.annotations.Line
-
- isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Line
-
- isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Polygon
-
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
- isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Polyline
-
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
- isIntentTypeWriter() - Method in interface com.qoppa.pdf.annotations.FreeText
-
- isInvisible() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the INVISIBLE flag.
- isLinearized() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Returns true if document is formatted for Fast Web View.
- isLoaded() - Static method in class com.qoppa.ocr.OCRBridge
-
Determines whether the OCRBridge is successfully loaded.
- isLocked() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the LOCKED flag.
- isMarked() - Method in interface com.qoppa.pdf.annotations.AnnotationCheckmarkStatus
-
Returns true if the Annotation is marked, returns false if unmarked.
- isModified() - Method in interface com.qoppa.pdf.annotations.GestureList
-
Flag indicating whether the gesture list has been modified.
- isModified() - Method in interface com.qoppa.pdf.annotations.Vertices
-
Returns a flag indicating whether the list of vertices, or any vertices in the list has been modified.
- isModified() - Method in class com.qoppa.pdfViewer.actions.TriggerActions
-
Check to see if the TriggerActions object has been modified
- isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow modifying annotations.
- isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP permission level 3 allows annotations to be created, deleted, and modified.
- isModifyAnnotsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if modifying annotations is allowed.
- isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to add or modify text annotations in the document.
- isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow modifying annotations.
- isMultiLine() - Method in interface com.qoppa.pdf.annotations.WidgetText
-
- isMultiLine() - Method in interface com.qoppa.pdf.form.TextField
-
Returns true if the 'Multi-Line' flag is on for this text field.
- isMultiSelect() - Method in interface com.qoppa.pdf.form.ChoiceField
-
Returns true if selection of multiple items is allowed, false if not.
- isNoExport() - Method in interface com.qoppa.pdf.form.FormField
-
Returns the value of the 'No Export' flag.
- isNoRotate() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the NOROTATE flag.
- isNotValid() - Method in class com.qoppa.pdf.SignatureValidity
-
This method checks if the signature is considered NOT VALID.
- isNoView() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the NOVIEW flag.
- isNoZoom() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the NOZOOM flag.
- isOpen() - Method in interface com.qoppa.pdf.annotations.Popup
-
- isOpen() - Method in interface com.qoppa.pdf.Bookmark
-
Returns whether this item is opened or closed when the document is opened.
- isOSCertsEnabled() - Static method in class com.qoppa.pdf.SignatureSettings
-
The OSCertsEnabled flag determines whether or not the certificates in the operating system (Windows or Mac)
trusted certificates will be added to the trusted certificate cache used to verify digital
signatures.
- isPassword() - Method in interface com.qoppa.pdf.annotations.WidgetText
-
- isPortfolio() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document is a PDF Portfolio.
- isPrintable() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the PRINTABLE flag.
- isPrintAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isPrintAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow printing the document.
- isPrintAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP always allows printing.
- isPrintAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if printing the document is allowed.
- isPrintAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to print the document.
- isPrintAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow printing.
- isPrintAllowed() - Method in class com.qoppa.pdfPrint.PDFPrint
-
Returns whether this document has permissions to print.
- isPrintAnnotations() - Method in class com.qoppa.pdf.PrintSettings
-
Returns the value of the print annotations flag.
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- isPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if all the document's permissions allow printing the document at high resolution.
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
-
DocMDP always allows printing at high resolution.
- isPrintHighResAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if printing the document at high resolution is allowed.
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to print the document at high resolution.
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow printing in high resolution.
- isReadOnly() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the READONLY flag.
- isReadOnly() - Method in interface com.qoppa.pdf.form.FormField
-
Returns the value of the 'Read Only' flag.
- isRenderComments() - Static method in class com.qoppa.pdf.PDFRenderHints
-
Returns the value of the render comments flag.
- isRequired() - Method in interface com.qoppa.pdf.form.FormField
-
Returns the value of the 'Required' flag.
- isRestricted() - Method in class com.qoppa.pdf.permissions.Restrictions
-
Returns true if one or more permission types have restrictions.
- isRestrictedByDocMDPPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
-
Returns true if DocMDPPermissions have restrictions.
- isRestrictedByPasswordPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
-
Returns true if PasswordPermissions have restrictions.
- isRestrictedByUsageRightsPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
-
Returns true if UsageRightsPermissions have restrictions.
- isSelected(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Returns a flag that indicates whether the selection component is
selected.
- isSignAuthor() - Method in interface com.qoppa.pdf.form.SignatureField
-
Returns a flag indicating whether this is an author signature.
- isSilenceErrors() - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Returns true if errors will be silenced instead of displaying an alert.
- isSpellCheck() - Method in interface com.qoppa.pdf.form.ChoiceField
-
Returns true if spelling should be checked on the custom values entered by user (@see isEditable()), false if not.
- isSubmitAsXML() - Method in class com.qoppa.pdfViewer.actions.SubmitFormAction
-
Return whether this SubmitFormAction is supposed to submit the fields in XML format.
- isTested() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns a flag indicating if this signature has been tested.
- isThrowXFADynamicException() - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
Returns the value of the flag that controls whether or not an exception is thrown when trying to build a
document with an AcroForm that has Adobe XML Forms Architecture (XFA) data, and is a Dynamic Form.
- isTrustedChain() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets the value of the trusted chain flag.
- isTSTrustedChain() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns whether the TSA certificate chain is trusted.
- isTSValid() - Method in class com.qoppa.pdf.SignatureValidity
-
If there is a time stamp token, returns whether it is valid.
- isTSValidCertificate() - Method in class com.qoppa.pdf.SignatureValidity
-
If there is a time stamp token, returns whether its certificate is valid.
- ISubmitActionEmailHandler - Interface in com.qoppa.pdfViewer.actions
-
This interface provides a way for host applications to implement custom functionality for handling a SubmitFormAction with
an email URL.
- isUseBackground() - Method in class com.qoppa.pdf.TextToPDFSettings
-
Gets the value of use background tag.
- isUseSubstituteFont() - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
Returns the value of the flag that controls font handling errors.
- isValidCertificateChain() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns the status of the certificate chain validity.
- isValidExpiration() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets the value of the valid expiration flag.
- isValidKeyUsage() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns whether the key usage is valid.
- isValidRevocationList() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns the status of the revocation list validity.
- isValidSignatureHash() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns a flag indicating whether the stored signature hash matches the calculated signature hash.
- isValidSignatureObject() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets a flag that indicates whether the signature object was readable.
- isValidTimestamp() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns a flag indicating whether the signature has a valid timestamp.
- isValidWithWarning() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns true if the signature is considered valid but has warnings associated with it.
- isVisible() - Method in class com.qoppa.pdf.Layer
-
Returns whether this layer is currently visible.
- isVisibleCommonName() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the common name should be used when creating the
signature appearance.
- isVisibleCountry() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the country should be used when creating the
signature appearance.
- isVisibleDate() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the date should be used when creating the
signature appearance.
- isVisibleDigitallySigned() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the "Digitally signed by..." label should be used
when creating the signature appearance.
- isVisibleEmail() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the email address should be used when creating the
signature appearance.
- isVisibleLocal() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the locality should be used when creating the
signature appearance.
- isVisibleName() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the name should be used when creating the
signature appearance.
- isVisibleOrgName() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the organization name should be used when creating
the signature appearance.
- isVisibleOrgUnit() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the organizational unit should be used when
creating the signature appearance.
- isVisibleState() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the state should be used when creating the
signature appearance.
- isXFADynamic() - Method in interface com.qoppa.pdf.form.AcroForm
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data, and it is a Dynamic Form.
- isXFADynamic() - Method in class com.qoppa.pdfFields.PDFFields
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data, and it is a Dynamic Form.
- isXFAStatic() - Method in interface com.qoppa.pdf.form.AcroForm
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data, and it is a Static Form.
- isXFAStatic() - Method in class com.qoppa.pdfFields.PDFFields
-
Returns true if this AcroForm has Adobe XML Forms Architecture (XFA) data, and it is a Static Form.
- IWatermark - Interface in com.qoppa.pdf
-
This interface is used to display a watermark on a PDF document in the
following Java PDF Libraries:
jPDFProcess
jPDFPrint
jPDFImages
jPDFViewer
jPDFNotes
There are 3 types of watermark callbacks: images, print, and viewer.