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

IAnnotSelectionListener - interface com.qoppa.pdf.annotations.IAnnotSelectionListener.
The interface for AnnotationComponent selection events.
IAnnotationFactory - interface com.qoppa.pdf.annotations.IAnnotationFactory.
 
IAnnotationManager - interface com.qoppa.pdf.annotations.IAnnotationManager.
This class manages the selection cycle for AnnotationComponents.
ICON_COMMENT - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
 
ICON_DEFAULT - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_GRAPH - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
 
ICON_HELP - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_INSERT - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_KEY - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_NEWPARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_NOTE - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_PAPERCLIP - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
 
ICON_PARAGRAPH - Static variable in interface com.qoppa.pdf.annotations.Text
 
ICON_PUSHPIN - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
 
ICON_TAG - Static variable in interface com.qoppa.pdf.annotations.FileAttachment
 
IDocumentListener - interface com.qoppa.pdf.IDocumentListener.
Listener interfaces to notify objects when a document has been changed.
IEmbeddedFile - interface com.qoppa.pdf.IEmbeddedFile.
Representation of an embedded file in a PDF document.
IFlattener - interface com.qoppa.pdf.annotations.IFlattener.
This interface is used internally to let annotations know how to flatten themselves into the document content.
INSERT_LAYER - Static variable in class com.qoppa.pdf.DocumentEvent
 
IPDFActionHandler - interface com.qoppa.pdfViewer.actions.IPDFActionHandler.
Interface to handle actions, when they are executed.
IPDFDocument - interface com.qoppa.pdf.dom.IPDFDocument.
Object representation of a PDF document.
IPDFListener - interface com.qoppa.pdfNotes.IPDFListener.
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 com.qoppa.pdfViewer.IPDFOpener.
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 com.qoppa.pdf.dom.IPDFPage.
Object representation of a page in a PDF document.
IPDFPageView - interface com.qoppa.pdfViewer.IPDFPageView.
This interface provides access to page views on a PDF document.
IPDFSaver - interface com.qoppa.pdfNotes.IPDFSaver.
This interface is used to save the modified PDF documents.
IPassword - interface com.qoppa.pdf.IPassword.
External interface used by the PDF library to get possible passwords to open a document.
ISnapshotHandler - interface com.qoppa.pdfViewer.ISnapshotHandler.
This interface provides a way for host applications to implement custom features for the Snapshot tool.
IWatermark - interface com.qoppa.pdf.IWatermark.
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.
InitialViewSettings - class com.qoppa.pdfViewer.InitialViewSettings.
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 com.qoppa.pdf.annotations.Ink.
Interface representing an Ink annotation in a PDF document.
InputStreamPDFSource - class com.qoppa.pdf.source.InputStreamPDFSource.
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
 
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.
importAnnotsFromFDF(InputStream) - Method in class com.qoppa.pdfNotes.PDFNotesBean
Deprecated. Use getMutableDocument().importAnnotsFromFDF() instead
importAnnotsFromFDF(String) - Method in class com.qoppa.pdfNotes.PDFNotesBean
Deprecated. Use getMutableDocument().importAnnotsFromFDF() instead
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.
importAnnotsFromXFDF(InputStream) - Method in class com.qoppa.pdfNotes.PDFNotesBean
Deprecated. Use getMutableDocument().importAnnotsFromXFDF() instead
importAnnotsFromXFDF(String) - Method in class com.qoppa.pdfNotes.PDFNotesBean
Deprecated. Use getMutableDocument().importAnnotsFromXFDF() instead
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.
insertChildBookmark(String, int) - Method in interface com.qoppa.pdf.Bookmark
Insert a child bookmark at the given index in the node's children.
insertPage(String, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Insert all pages into this document from another document.
insertPages(String, int, int, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Insert pages into this document from another document.
isActive() - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
Returns the active state of the panel.
isAllValid() - Method in class com.qoppa.pdf.SignatureValidity
Checks if the signature is completely valid.
isAllowSign() - Static method in class com.qoppa.pdfNotes.settings.SignatureTool
 
isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.PDFPermissions
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 PDFPermissions#isChangeDocumentAllowed()).
isAttachmentsTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getAttachmentPanel().isPaneSelected()
isAuthorEditable() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the editable flag for the author field.
isBookmarksTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getBookmarkPanel().isPaneSelected()
isChangeDocumentAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to change 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.
isCommentsTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getCommentPanel().isPaneSelected()
isCommentsVisible() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with PDFViewerBean.isCommentComponentsVisible()
isContentAppended() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates if there has been any content appended to this PDF.
isContextMenuEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the flag that controls whether the context menu will be shown when right-clickin on annotations.
isCreateTempOnSave() - Method in class com.qoppa.pdfNotes.PDFNotesBean
Returns whether or not a temporary file will be created during a save operation.
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.
isDeleteEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the annotation delete enabled flag.
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.
isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to extract text and graphics.
isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
isFieldsHighlight() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Returns whether or not the fields should be highlighted.
isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to fill form fields and sign the document.
isFlatteningEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the flattening enabled flag.
isForceUserPageFormat() - Method in class com.qoppa.pdf.PrintSettings
Deprecated. This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format.
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.pdfViewer.actions.HideShowAction
Returns a boolean flag indicating wether to hide the field (true) or to show it (false).
isImageField() - Method in interface com.qoppa.pdf.form.PushButtonField
Checks whether this push button field is designated to be an image field.
isImageSmoothReduction() - Static method in class com.qoppa.pdf.PDFRenderHints
Returns the value of the smooth image reduction hingt.
isInitialOpen() - Method in interface com.qoppa.pdf.annotations.Text
Returns the value of the InitialOpen flag.
isIntentArrow() - Method in interface com.qoppa.pdf.annotations.Line
 
isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Line
 
isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Polygon
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
isIntentDimension() - Method in interface com.qoppa.pdf.annotations.Polyline
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
isIntentTypeWriter() - Method in interface com.qoppa.pdf.annotations.FreeText
 
isInvisible() - Method in interface com.qoppa.pdf.annotations.Annotation
Returns the value of the INVISIBLE flag.
isLayersTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getLayerPanel().isPaneSelected()
isLocked() - Method in interface com.qoppa.pdf.annotations.Annotation
Returns the value of the LOCKED flag.
isModified() - Method in interface com.qoppa.pdf.annotations.GestureList
Flag indicating whether the gesture list has been modified.
isModified() - Method in interface com.qoppa.pdf.annotations.Vertices
Returns a flag indicating whether the list of vertices, or any vertices in the list has been modified.
isModified() - Method in class com.qoppa.pdfNotes.PDFNotesBean
Returns whether this document has been modified or not.
isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to add or modify text annotations in the document.
isMultiLine() - Method in interface com.qoppa.pdf.annotations.WidgetText
 
isMultiLine() - Method in interface com.qoppa.pdf.form.TextField
Returns true if the 'Multi-Line' flag is on for this text field.
isMultiSelect() - Method in interface com.qoppa.pdf.form.ChoiceField
Returns true if selection of multiple items is allowed, false if not.
isNoExport() - Method in interface com.qoppa.pdf.form.FormField
Returns the value of the 'No Export' flag.
isNoRotate() - Method in interface com.qoppa.pdf.annotations.Annotation
Returns the value of the NOROTATE flag.
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.
isNotValid() - Method in class com.qoppa.pdf.SignatureValidity
This method checks if the signature is considered NOT VALID.
isOpen() - Method in interface com.qoppa.pdf.Bookmark
Returns whether this item is opened or closed when the document is opened.
isOpen() - Method in interface com.qoppa.pdf.annotations.Popup
 
isOpenPDFOnly() - Method in class com.qoppa.pdfNotes.PDFNotesBean
Returns whether the user is allowed to open PDF files only.
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.
isPagesTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getThumbnailPanel().isPaneSelected()
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
 
isPrintAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to print the document.
isPrintAnnotations() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the print annotations flag.
isPrintHighResAllowed() - Method in class com.qoppa.pdf.PDFPermissions
Returns the permission to print the document at high resolution.
isPrintable() - Method in interface com.qoppa.pdf.annotations.Annotation
Returns the value of the PRINTABLE 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.
isReviewEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the flag that indicates whether the review status cycle is enabled.
isSelected() - Method in interface com.qoppa.pdf.annotations.AnnotationComponent
Deprecated. Replaced with IAnnotationManager.isSelected(com.qoppa.pdf.annotations.AnnotationComponent)
isSelected(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
Returns a flag that indicates whether the selection component is selected.
isShiftKeyPressed() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
Returns the value of the flag that controls whether the Shift key should be simulated when creating Lines, Polylines, Polygons, and each of the respective dimension annotations (Distance, Perimeter, Area).
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.AnnotationTools
Returns the value of the show dimension dialog flag.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.AreaTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CaretTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CircleTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.CloudTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.LineTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.LinkTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PencilTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.SoundTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.SquareTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialog() - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialogCrossout() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialogHighlight() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialogReplacement() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialogSquiggly() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isShowPropDialogUnderline() - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
Gets the flag for this Tool to show or not the annotation properties popup dialog after an annotation has been created.
isSignAuthor() - Method in interface com.qoppa.pdf.form.SignatureField
Returns a flag indicating whether this is an author signature.
isSignaturesTabSelected() - Method in class com.qoppa.pdfViewer.PDFViewerBean
Deprecated. Replaced with getSignaturePanel().isPaneSelected()
isSnapEnabled() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
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.
isTested() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating if this signature has been tested.
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.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.
isTrustedChain() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the trusted chain flag.
isUseBackground() - Method in class com.qoppa.pdf.TextToPDFSettings
Gets the value of use background tag.
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.
isValidRevocationList() - Method in class com.qoppa.pdf.SignatureValidity
Returns the status of the revocation list validity.
isValidSignatureHash() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating whether the stored signature hash matches the calculated signature hash.
isValidSignatureObject() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates whether the signature object was readable.
isValidTimestamp() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating whether the signature has a valid timestamp.
isValidWithWarning() - Method in class com.qoppa.pdf.SignatureValidity
Returns true if the signature is considered valid but has warnings associated with it.
isVisible() - Method in class com.qoppa.pdf.Layer
Returns whether this layer is currently visible.
isVisibleCommonName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the common name should be used when creating the signature appearance.
isVisibleCountry() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the country should be used when creating the signature appearance.
isVisibleDate() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the date should be used when creating the signature appearance.
isVisibleDigitallySigned() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the "Digitally signed by..." label should be used when creating the signature appearance.
isVisibleEmail() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the email address should be used when creating the signature appearance.
isVisibleLocal() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the locality should be used when creating the signature appearance.
isVisibleName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the name should be used when creating the signature appearance.
isVisibleOrgName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the organization name should be used when creating the signature appearance.
isVisibleOrgUnit() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the organizational unit should be used when creating the signature appearance.
isVisibleState() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the state should be used when creating the signature appearance.

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