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.
IAnnotationManagerNotes - Interface in com.qoppa.pdfNotes
This interface extends IAnnotationManager to manage the review/marked status of Annotations.
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.
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.
importAnnotsFromFDF(String) - Method in interface com.qoppa.pdfNotes.MutableDocument
Import annotations comments from a file in XFDF Format.
importAnnotsFromFDF(InputStream) - Method in interface com.qoppa.pdfNotes.MutableDocument
Import annotations comments from an input stream in FDF format.
importAnnotsFromXFDF(String) - Method in interface com.qoppa.pdfNotes.MutableDocument
Import annotations comments from a file in FDF Format.
importAnnotsFromXFDF(InputStream) - Method in interface com.qoppa.pdfNotes.MutableDocument
Import annotations comments from an input stream in XFDF 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.
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.
importXFDF(InputStream) - Method in interface com.qoppa.pdf.form.AcroForm
Imports AcroForm field data from an input stream in XFDF 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.
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_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(String, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Insert all pages into this document from another document.
insertPage(PDFPage, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Inserts a page into this document at the given index.
insertPages(String, int, int, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Insert pages into this document from another document.
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.
IPDFListener - Interface in com.qoppa.pdfNotes
This interface is used to notify a host application of PDF document loading and saving as well as annotations adding or deleting within the 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.
IPDFSaver - Interface in com.qoppa.pdfNotes
This interface is used to save the modified PDF documents.
IResourceManager - Interface in com.qoppa.pdf.resources
This class provides access to information about some objects in a PDF document
isActive() - Method in class com.qoppa.pdfEditor.contextmenus.BookmarkContextMenu
Returns whether or not the JPopupMenu for the context menu in BookmarkContextMenu.getPopupMenu() is active.
isActive() - Method in class com.qoppa.pdfEditor.contextmenus.ContentEditContextMenu
Returns whether or not the JPopupMenu for the context menu in ContentEditContextMenu.getPopupMenu() is active.
isActive() - Method in class com.qoppa.pdfNotes.contextmenus.AnnotationContextMenu
Returns whether or not the JPopupMenu for the context menu in AnnotationContextMenu.getPopupMenu() is active.
isActive() - Method in class com.qoppa.pdfNotes.contextmenus.ThumbnailContextMenu
Returns whether or not the JPopupMenu for the context menu in ThumbnailContextMenu.getPopupMenu() is active.
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.
isAllowSign() - Static method in class com.qoppa.pdfNotes.settings.SignatureTool
 
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.
isAuthorEditable() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the editable flag for the author field.
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.
isBoldStyleVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the bold button.
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.
isColorVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the color button.
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.
isCompareOverlay() - Method in class com.qoppa.pdfEditor.PDFEditorBean
Returns true if overlay comparison mode is active.
isCompareSidebySide() - Method in class com.qoppa.pdfEditor.PDFEditorBean
Returns true if side by side comparison is active.
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.
isCrossoutSticky() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns a flag indicating if this tool is sticky.
isCtrlDragCopyAnnotationsEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the ctrl+drag to copy annotations enabled flag.
isDefaultInitiallyOpen() - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
Returns the initially open flag used when creating a sticky note annotation.
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.
isDefaultStyleBold() - Static method in class com.qoppa.pdfNotes.settings.BookmarkTool
Returns a flag indicating if the style is bold.
isDefaultStyleItalic() - Static method in class com.qoppa.pdfNotes.settings.BookmarkTool
Returns a flag indicating if the style is italic.
isDeleteEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the annotation delete enabled flag.
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.
isDrawOverlappingAnnotationsEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the draw overlapping annotations enabled flag.
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.
isEnableCurveFit() - Static method in class com.qoppa.pdfNotes.settings.PencilTool
Returns the flag for this Tool to add auto smoothing to curved lines.
isEncrypted() - Method in class com.qoppa.pdfProcess.PDFDocument
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.
isFieldsHighlight() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether or not the fields should be highlighted.
isFillColorVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the fill color button.
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.
isFlatteningEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the flattening enabled flag.
isFontSizeVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the font size combo.
isFontVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the font combo.
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.
isGroupingEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the annotation grouping enabled flag.
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).
isHighlightSticky() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns a flag indicating if this tool is sticky.
isHorizontalAlignmentVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the horizontal alignment button.
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.
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.
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.
isItalicStyleVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the italic button.
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.
isLineWidthVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the line width button.
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.
isMiniToolbarEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the mini toolbar enabled flag.
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.
isModified() - Method in class com.qoppa.pdfNotes.PDFNotesBean
Returns whether this document has been modified or not.
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.
isOpenPDFOnly() - Method in class com.qoppa.pdfNotes.PDFNotesBean
Returns whether the user is allowed to open PDF files only.
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.
isOverlayTextRepeat() - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
Returns a flag that determines whether or not the overlay text repeats.
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.
isPackWindowOnSelection() - Method in class com.qoppa.pdfNotes.AnnotPropertiesToolbar
The AnnotProperitesToolbar can be added to a PDFNotesBean or displayed in another Component or Window.
isPackWindowOnSelection() - Method in class com.qoppa.pdfNotes.TextAnnotPropertiesToolbar
The TextAnnotProperitesToolbar can be added to a PDFNotesBean or displayed in another Component or Window.
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
 
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.
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.
isRenderCompare() - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
Returns true if the comparison document will render.
isRenderOriginal() - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
Returns true if the original document will be rendered.
isReplacementSticky() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns a flag indicating if this tool is sticky.
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.
isReviewEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the flag that indicates whether the review status cycle is enabled.
isRichText() - Method in interface com.qoppa.pdf.form.TextField
Returns true if the 'Rich Text' flag is on for this field.
isRichTextEditable() - Method in interface com.qoppa.pdfNotes.IAnnotationManagerNotes
Get the flag that allows setting text styles using the annotation context menu and shortcut keys.
isRightSplitOpen() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether the right split window is open or not.
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.
isSetContentsFromTextCrossout() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns true if a new MarkUpText annotation content should be initialzed to the text contained within the quadrilaterals.
isSetContentsFromTextHighlight() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns true if a new MarkUpText annotation content should be initialzed to the text contained within the quadrilaterals.
isSetContentsFromTextReplacement() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns true if a new MarkUpText annotation content should be initialzed to the text contained within the quadrilaterals.
isSetContentsFromTextSquiggly() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns true if a new MarkUpText annotation content should be initialzed to the text contained within the quadrilaterals.
isSetContentsFromTextUnderline() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns true if a new MarkUpText annotation content should be initialzed to the text contained within the quadrilaterals.
isShiftKeyPressed() - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
Returns the value of the flag that controls whether the Shift key should be simulated when creating dimension annotations (distance, perimeter, area).
isShowBorder() - Method in interface com.qoppa.pdf.annotations.RubberStamp
Returns true if the stamp is set to have a border around the text.
isShowCalibrateMessage() - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
Returns the value of the show calibrate message flag.
isShowDimensionDialog() - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
Returns the value of the show dimension dialog flag.
isShowMeasurement() - Static method in class com.qoppa.pdfNotes.settings.AreaTool
Returns the setting for whether to display the measurement on the annotation itself.
isShowMeasurement() - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
Returns the setting for whether to display the measurement on the annotation itself.
isShowMeasurement() - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
Returns the setting for whether to display the measurement on the annotation itself.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.AreaTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CaretTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CircleTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CloudTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.LineTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.LinkTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PencilTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.SoundTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.SquareTool
Deprecated.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
Deprecated.
isShowPropDialogCrossout() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Deprecated.
use getShowOptionCrossout instead
isShowPropDialogHighlight() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Deprecated.
use getShowOptionHighlight instead
isShowPropDialogReplacement() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Deprecated.
use getShowOptionReplacement instead
isShowPropDialogSquiggly() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Deprecated.
use getShowOptionSquiggly instead
isShowPropDialogUnderline() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Deprecated.
use getShowOptionUnderline instead
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.
isSimulateOverprinting() - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
Returns true if overprinting is simulated in the output preview.
isSnapEnabled() - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
Returns the value of the snap to content enabled flag.
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.
isSquigglySticky() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns a flag indicating if this tool is sticky.
isStrikethroughStyleVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the strikethrough button.
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.
isTextColorVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the text color button.
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.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.AreaTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.CaretTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.CircleTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.CloudTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.LineTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.PencilTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.SquareTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
Returns a flag indicating if this tool is sticky.
isToolSticky() - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
Returns a flag indicating if this tool is sticky.
isTouchEnabled() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns true if the PDFViewerBean is currently in touch mode.
isTransparencyVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the transparency button.
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.
isUnderlineSticky() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Returns a flag indicating if this tool is sticky.
isUnderlineStyleVisible() - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
Gets the default visibility setting for the underline button.
isUseBackground() - Method in class com.qoppa.pdf.TextToPDFSettings
Gets the value of use background tag.
isUseBackgroundColor() - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
Returns true if the background color is shown in the output preview.
isUserColorSpace() - Method in class com.qoppa.pdfEditor.outputpreview.NamedColorSpace
Returns true if this is a user (custom) color space.
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.
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.
isZugferdInvoice() - Method in class com.qoppa.pdf.EmbedFileOptions
Returns a boolean indicating whether the embedded file is a ZUGFeRD invoice.
ITALIC - Static variable in class com.qoppa.pdfNotes.settings.BookmarkTool
 
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