Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

I

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.
IconSettings - Class in com.qoppa.pdfViewer
This class encapsulates icon settings for the toolbars in PDFViewerBean.
IconSettings() - Constructor for class com.qoppa.pdfViewer.IconSettings
 
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.
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.
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.
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.
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.
INFORMATIONONLY - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
InitialViewSettings - Class in com.qoppa.pdfViewer
This class encapsulates view settings for the page mode, page layout and magnification that the PDFViewerBean uses to display documents when they are loaded.
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_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.
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.
IPDFOpener - Interface in com.qoppa.pdfViewer
This interface is used to open PDF files by PDFViewerBean when the open file icon (folder) on the toolbar is clicked by the user.
IPDFPage - Interface in com.qoppa.pdf.dom
Object representation of a page in a PDF document.
IPDFPageView - Interface in com.qoppa.pdfViewer
This interface provides access to page views on a PDF document.
IPDFPermissions - Interface in com.qoppa.pdf.permissions
This interface represents document permissions.
isActive() - Method in class com.qoppa.pdfViewer.contextmenus.PageViewContextMenu
Returns whether or not the JPopupMenu for the context menu in PageViewContextMenu.getPopupMenu() is active.
isActive() - Method in class com.qoppa.pdfViewer.contextmenus.SignatureContextMenu
Returns whether or not the JPopupMenu for the context menu in SignatureContextMenu.getPopupMenu() is active.
isActive() - Method in class com.qoppa.pdfViewer.contextmenus.TextSelectionContextMenu
Returns whether or not the JPopupMenu for the context menu in TextSelectionContextMenu.getPopupMenu() is active.
isActive() - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
Returns the active state of the panel.
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.
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.
isCommentComponentsVisible() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether comments are visible on the PDFViewerBean.
isContentAppended() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates if there has been any content appended to this PDF.
isCreateLinksFromURLs() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Return whether the PDFViewerBean should create links from URL's in the PDF content.
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.
isDefaultOverrideMagnification() - Static method in class com.qoppa.pdfViewer.InitialViewSettings
Returns the default overrideMagnification value.
isDefaultOverridePageLayout() - Static method in class com.qoppa.pdfViewer.InitialViewSettings
Returns the default overridePageLayout value.
isDefaultOverridePageMode() - Static method in class com.qoppa.pdfViewer.InitialViewSettings
Returns the default overridePageMode value.
isDocReconstructed() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the document reconstructed flag.
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.
isEmpty() - Method in interface com.qoppa.pdf.form.FormField
Returns true if the field is not filled.
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.
isFieldsHighlight() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether or not the fields should be highlighted.
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.
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.
isIncrementalLoading() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Return the value of the incremental loading flag.
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.
isInvertColorsMode() - Method in interface com.qoppa.pdfViewer.IPDFPageView
Returns whether or not the page view is set to invert color mode.
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.
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.
ISnapshotHandler - Interface in com.qoppa.pdfViewer
This interface provides a way for host applications to implement custom features for the Snapshot tool.
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.
isOverrideMagnification() - Method in class com.qoppa.pdfViewer.InitialViewSettings
Returns whether or not the PDFViewerBean should ignore a document's magnification and use this class's magnification value instead when a document is loaded.
isOverridePageLayout() - Method in class com.qoppa.pdfViewer.InitialViewSettings
Returns whether or not the PDFViewerBean should ignore a document's page layout and use this class's page layout value instead when a document is loaded.
isOverridePageMode() - Method in class com.qoppa.pdfViewer.InitialViewSettings
Returns whether or not the PDFViewerBean should ignore a document's page mode and use this class's page mode value instead when a document is loaded.
isPaneSelected() - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
Returns true if this panel is currently selected; otherwise, false.
isPassword() - Method in interface com.qoppa.pdf.annotations.WidgetText
 
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.
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
Deprecated.
Use m_PrintFormFields = true and m_PrintPageContents = false instead.
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.
isRightSplitOpen() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether the right split window is open or not.
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.
isSplitOpen() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether the split window is open or 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.
isTouchEnabled() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns true if the PDFViewerBean is currently in touch mode.
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.
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.
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.
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.
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.
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links