- 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_CHECK - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a checkmark bubble icon.
- ICON_CHECKMARK - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a checkmark icon.
- ICON_CIRCLE - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a circle icon.
- ICON_COMMENT - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a comment bubble icon.
- ICON_CROSS - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a cross or "X" icon.
- ICON_CROSSHAIRS - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a crosshairs or bullseye icon.
- ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.Text
-
A reference to the default icon string.
- ICON_GRAPH - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_HELP - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a question mark bubble icon.
- ICON_INSERT - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates an insert icon.
- ICON_KEY - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a key icon.
- ICON_NEWPARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates an insert new line icon.
- ICON_NOTE - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a note icon.
- ICON_PAPERCLIP - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_PARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a the literary paragraph icon.
- ICON_PUSHPIN - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_RIGHT_ARROW - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a right arrow bubble icon.
- ICON_RIGHT_POINTER - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a right pointer icon.
- ICON_STAR - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a star icon.
- ICON_TAG - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
-
- ICON_UP_ARROW - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates a up arrow bubble icon.
- ICON_UP_LEFT_ARROW - Static variable in interface com.qoppa.pdf.annotations.Text
-
This string designates an up-left arrow bubble icon.
- IdentityProperties - Interface in com.qoppa.pdf
-
This object identifies the current user of the application and its properties can be accessed by javascript.
- IDocumentListener - Interface in com.qoppa.pdf
-
Listener interfaces to notify objects when a document has been changed.
- IEmailHandler - Interface in com.qoppa.pdf.actions
-
This interface provides a way for host applications to implement custom functionality for sending an email.
- 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.
- IFontResource - Interface in com.qoppa.pdf.resources
-
Representation of a font resource in a PDF document.
- IImageInstance - Interface in com.qoppa.pdf.resources
-
Representation of an instance of an image displayed on a page.
- IImageResource - Interface in com.qoppa.pdf.resources
-
Representation of an image resource in a PDF document.
- IJavaScriptEnabler - Interface in com.qoppa.pdf
-
This interface is used to determine if JavaScript should be enabled for a document.
- ImageColorSpace - Class in com.qoppa.pdf.settings
-
This class holds constants which describe the color space of an Image when importing or updating an image.
- ImageCompression - Class in com.qoppa.pdf.settings
-
The class provides settings to decide what type of image compression to use (Deflate, JPEG, JPEG2000 or JBIG2)
and in the case of JPEG, what the compression quality should be.
- ImageCompression() - Constructor for class com.qoppa.pdf.settings.ImageCompression
-
Constructs a default image parameters object.
- ImageCompression(int) - Constructor for class com.qoppa.pdf.settings.ImageCompression
-
Constructs an ImageSettings object with the given compression type.
- ImageCompression(int, float) - Constructor for class com.qoppa.pdf.settings.ImageCompression
-
Constructs an ImageSettings 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 interface com.qoppa.pdf.form.AcroForm
-
Imports AcroForm field data from an input stream in XFDF format.
- 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.
- INTENT_TYPE_WRITER - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
Typewriter intent.
- 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.pdf.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.
- IResourceManager - Interface in com.qoppa.pdf.resources
-
This class provides access to information about some objects in a PDF document
- 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(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.SignaturePermissions
-
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage rights never allow assembling the document.
- isAutoScale() - Method in class com.qoppa.pdf.ResizePageOptions
-
Returns the option to scale the page contents to fit inside the new media
box.
- isBold() - Method in interface com.qoppa.pdf.LocalFont
-
Returns flag indicating if this font is bold.
- 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.
- isCenter() - Method in class com.qoppa.pdf.ResizePageOptions
-
Returns the option to center the page contents in the new media box.
- isCertifyingSignature() - Method in class com.qoppa.pdf.SigningInformation
-
Returns true if this is a certifying signature.
- 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.SignaturePermissions
-
- 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.
- isDeskew() - Method in class com.qoppa.ocr.OCROptions
-
Returns the flag to deskew the image before performing OCR.
- isDiscardInvisibleText() - Method in class com.qoppa.ocr.OCROptions
-
Returns the flag to discard invisible text in the document before
performing OCR.
- isDocReconstructed() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets the value of the document reconstructed flag.
- isDocumentModified() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Returns a flag indicating whether this document has been modified.
- isDocumentTimestamp() - Method in class com.qoppa.pdf.SignatureValidity
-
Return a flag indicating whether this signature is a document timestamp.
- isDropShadow() - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Returns true if the stamp is set to have a shadow behind the text.
- 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.
- isEmbeddable() - Method in interface com.qoppa.pdf.LocalFont
-
Indicates whether we are able to embed the font in a PDF document.
- isEmbedded() - Method in interface com.qoppa.pdf.resources.IFontResource
-
Returns a flag indicating if this font is embedded in the document.
- 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.
- isEnforceDocMDPPermissions() - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if Doc MDP permissions will be enforced.
- isEnforceSignaturePermissions() - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Returns true if signature permissions will be enforced.
- isEnhanceThinLines() - Static method in class com.qoppa.pdf.PDFRenderHints
-
Returns the value of the enhance thin lines flag.
- 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.SignaturePermissions
-
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow extracting text graphics.
- 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.SignaturePermissions
-
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow extracting text graphics for accessibility.
- 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.SignaturePermissions
-
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Returns true if the Usage Rights allow filling existing form fields and signatures.
- isFitToMedia() - Method in class com.qoppa.pdf.ResizePageOptions
-
Returns the fit to media option.
- 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.pdf.actions.HideShowAction
-
Returns a boolean flag indicating whether to hide the fields (true) or to show them (false).
- isIgnoreLineWeights() - Static method in class com.qoppa.pdf.PDFRenderHints
-
Returns the value of the ignore line weights flag.
- isImageField() - Method in interface com.qoppa.pdf.form.PushButtonField
-
Checks whether this push button field is designated to be an image field.
- 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
-
Returns true if this is a typewriter annotation.
- isInvisible() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the INVISIBLE flag.
- isIRTGroup() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns true if the annotation is grouped with the IRT annotation.
- isItalic() - Method in interface com.qoppa.pdf.LocalFont
-
Returns flag indicating if this font is italic.
- isLinearized() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Returns true if document is formatted for Fast Web View.
- isLinearized() - Method in class com.qoppa.pdfProcess.PDFDocument
-
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.
- isLock() - Method in class com.qoppa.pdf.SigningInformation
-
Returns true if fields will be locked when the signature is applied.
- isLocked() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the LOCKED flag.
- isLocked() - Method in class com.qoppa.pdf.Layer
-
Returns whether this layer is locked.
- isLockedContents() - Method in interface com.qoppa.pdf.annotations.Annotation
-
Returns the value of the LOCKEDCONTENTS flag.
- isMailDocWarn() - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Returns true if the user will have the option to proceed with emailing the document when mailDoc() is called.
- isMarked() - Method in interface com.qoppa.pdf.annotations.AnnotationCheckmarkStatus
-
Returns true if the Annotation is marked, returns false if unmarked.
- isModified() - Method in class com.qoppa.pdf.actions.TriggerActions
-
Check to see if the TriggerActions object has been modified
- isModified() - Method in interface com.qoppa.pdf.annotations.GestureList
-
Flag indicating whether the gesture list has been modified.
- isModified() - Method in class com.qoppa.pdf.annotations.Vertices
-
Returns a flag indicating whether the list of vertices, or any vertices in the list has been modified.
- 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.SignaturePermissions
-
- 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.
- isNewWindow() - Method in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
- isNewWindow() - Method in class com.qoppa.pdf.actions.LaunchAction
-
- 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.
- isOverlayTextRepeats() - Method in interface com.qoppa.pdf.annotations.Redaction
-
Returns the flag to determine if the overlay text should repeat.
- 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(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.SignaturePermissions
-
- 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.
- isPrintFormFields() - Method in class com.qoppa.pdf.PrintSettings
-
Returns the value of the print form fields flag.
- isPrintFormsOnly() - Method in class com.qoppa.pdf.PrintSettings
-
- 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.SignaturePermissions
-
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
-
Usage Rights always allow printing in high resolution.
- isPrintPageContents() - Method in class com.qoppa.pdf.PrintSettings
-
Returns the value of the page contents flag.
- isQoppaPrintDialog() - Method in class com.qoppa.pdf.PrintSettings
-
Returns the value of the Qoppa print dialog flag.
- 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.
- isRestrictedBySignature() - Method in class com.qoppa.pdf.permissions.Restrictions
-
- isRestrictedByUsageRightsPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
-
Returns true if UsageRightsPermissions have restrictions.
- isRichText() - Method in interface com.qoppa.pdf.form.TextField
-
Returns true if the 'Rich Text' flag is on for this field.
- isRotatePages() - Method in class com.qoppa.ocr.OCROptions
-
Returns the flag to rotate the page to match the rotation of the text
- isScaleImagesToOutput() - Method in class com.qoppa.pdf.PrintSettings
-
Returns the value of the flag that controls whether images are resized
to their output size by the library or by the printer / printer driver.
- isSelected(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Returns a flag that indicates whether the selection component is
selected.
- isShowBorder() - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Returns true if the stamp is set to have a border around the text.
- 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.pdf.actions.SubmitFormAction
-
Return whether this SubmitFormAction is supposed to submit the fields in XML format.
- isSubmitFormWarn() - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Returns true if the user will have the option to proceed with connecting to a URL and submitting the form when submitForm() is called.
- isSubsettable() - Method in interface com.qoppa.pdf.LocalFont
-
Indicates whether the font's usage rights forbid subsetting.
- isSymbol() - Method in interface com.qoppa.pdf.LocalFont
-
Returns flag indicating if this font is a symbol font.
- isTested() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns a flag indicating if this signature has been tested.
- isThrowParseException() - 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 there
is a problem parsing the contents of a page.
- 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.pdf.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.FontSettings
-
Returns the value of the flag that specifies whether or not the rendering
engine should use a substitute font when a font in the PDF cannot be
created.
- isValidByteRange() - Method in class com.qoppa.pdf.SignatureValidity
-
Gets the value of the byte range flag.
- 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.
- isValidPadesCertificate() - Method in class com.qoppa.pdf.SignatureValidity
-
Returns true if this is a PAdES signature and the certificate is valid OR if this is not a PAdES signature.
- 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.
- isVisibleReason() - Method in class com.qoppa.pdf.SignatureAppearance
-
Returns whether or not the reason 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.
- isZugferdInvoice() - Method in class com.qoppa.pdf.EmbedFileOptions
-
Returns a boolean indicating whether the embedded file is a ZUGFeRD invoice.
- 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.
- IWindowHandler - Interface in com.qoppa.pdf
-
This interface is used to handle opening and closing of PDFDocuments within a PDFViewerBean.