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

I

ICON_COMMENT - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_DEFAULT - Static variable in interface com.qoppa.android.pdf.annotations.FileAttachment
 
ICON_DEFAULT - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_GRAPH - Static variable in interface com.qoppa.android.pdf.annotations.FileAttachment
 
ICON_HELP - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_INSERT - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_KEY - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_NEWPARAGRAPH - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_NOTE - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_PAPERCLIP - Static variable in interface com.qoppa.android.pdf.annotations.FileAttachment
 
ICON_PARAGRAPH - Static variable in interface com.qoppa.android.pdf.annotations.Text
 
ICON_PUSHPIN - Static variable in interface com.qoppa.android.pdf.annotations.FileAttachment
 
ICON_TAG - Static variable in interface com.qoppa.android.pdf.annotations.FileAttachment
 
IEmbeddedFile - Interface in com.qoppa.android.pdf
Representation of an embedded file in a PDF document.
ImageParam - Class in com.qoppa.android.pdfProcess
This class is used in the PDFCanvas object to determine how to store images in a PDF document when any of the drawImage methods are called.
ImageParam() - Constructor for class com.qoppa.android.pdfProcess.ImageParam
Constructs a default image parameters object.
ImageParam(int) - Constructor for class com.qoppa.android.pdfProcess.ImageParam
Constructs an ImageParam object with the given compression type.
ImageParam(int, float) - Constructor for class com.qoppa.android.pdfProcess.ImageParam
Constructs an ImageParam object with the given compression type and quality setting.
importAnnotsFDF(InputStream) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Import annotations comments from an input stream in FDF format.
importAnnotsFDF(String) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Import annotations comments from a file in FDF Format.
importAnnotsXFDF(InputStream) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Import AcroForm field data from an input stream in XML format.
importAnnotsXFDF(String) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Import Acroform fields data from a file in XML Format.
importFDF(String) - Method in interface com.qoppa.android.pdf.form.AcroForm
Import Acroform field data from a file in FDF Format.
importFDF(InputStream) - Method in interface com.qoppa.android.pdf.form.AcroForm
Imports AcroForm field data from an input stream in FDF format.
importXDP(String) - Method in interface com.qoppa.android.pdf.form.AcroForm
Imports XFA field data from a file in XDP format.
importXDP(InputStream) - Method in interface com.qoppa.android.pdf.form.AcroForm
Imports XFA field data from an InputStream in XDP format.
importXFDF(String) - Method in interface com.qoppa.android.pdf.form.AcroForm
Imports Acroform fields data from a file in XFDF Format.
importXFDF(XMLElement) - Method in interface com.qoppa.android.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.android.pdf.form.AcroForm
Imports AcroForm field data from an input stream in XFDF format.
initAnnotComponent(Annotation, View) - Method in class com.qoppa.viewer.QPDFViewerView
Initializer which is called when an Annotation is selected.
initAnnotContextDialog(AnnotComponent) - Method in class com.qoppa.notes.QPDFNotesView
This is called to instantiate the annotation context dialog, which is displayed when an annotation is long pressed upon.

The return for this method is null safe.
initAnnotPropsDialog(AnnotComponent, boolean) - Method in class com.qoppa.notes.QPDFNotesView
Initializer which is called for creating all AnnotPropDialogs.
initPageContextDialog(PDFPageView, PointF) - Method in class com.qoppa.notes.QPDFNotesView
 
initScrollViewWrapper() - Method in class com.qoppa.viewer.QPDFViewerView
This is called when creating the ScrollViewWrapper for the library.
Ink - Interface in com.qoppa.android.pdf.annotations
Interface representing an Ink annotation in a PDF document.
InkAnnotSettings - Class in com.qoppa.notes.settings
 
InkAnnotSettings() - Constructor for class com.qoppa.notes.settings.InkAnnotSettings
 
InkDrawingTool - Class in com.qoppa.notes.views.annotcomps.drawingtools
A DrawingTool implementation that, in InkDrawingTool.initAnnot(PointF), instantiates an Ink Annotation using the values from InkHighlightAnnotSettings and draws a gesture as the user drags.
InkDrawingTool(Context) - Constructor for class com.qoppa.notes.views.annotcomps.drawingtools.InkDrawingTool
 
inputPage() - Method in class com.qoppa.viewer.QPDFViewerView
Allows the user to jump to a specific page in the document.
InputStreamPDFSource - Class in com.qoppa.android.pdf.source
Implementation of the PDFSource interface when the document comes from an input stream.
InputStreamPDFSource(InputStream) - Constructor for class com.qoppa.android.pdf.source.InputStreamPDFSource
 
InputStreamPDFSource(InputStream, String) - Constructor for class com.qoppa.android.pdf.source.InputStreamPDFSource
 
inputZoom() - Method in class com.qoppa.viewer.QPDFViewerView
Allows the user to input a specific zoom.
INSERT_LAYER - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
insertChildBookmark(String, int) - Method in interface com.qoppa.android.pdf.Bookmark
Insert a child bookmark at the given index in the node's children.
insertNewPage(float, float, int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Creates a new PDFPage and inserts it into the document at the given position.
insertPage(PDFPage, int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
Inserts a page into this document at the given index.
intersectsAnnot(float, float) - Method in class com.qoppa.android.pdfProcess.PDFPage
Returns the first annotation that contains the x,y point.
IPassword - Interface in com.qoppa.android.pdf
External interface used by the PDF library to get possible passwords to open a document.
IPDFActionHandler - Interface in com.qoppa.android.pdfViewer.actions
Interface to handle actions, when they are executed.
IPicture - Interface in com.qoppa.android.pdfProcess
 
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.CalloutAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.CircleAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.FreeHighlightAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.FreeTextAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.HighlightAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.InkAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.LineAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.NoteAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.SquareAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.StrikethroughAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.TypewriterAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_SAVEAS_DEFAULT - Static variable in class com.qoppa.notes.settings.UnderlineAnnotSettings
When true, modifications made in this Annotation's properties dialog will be saved as the default settings for this Annotation's appearance.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.CalloutAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.CircleAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.FreeHighlightAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.FreeTextAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.HighlightAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.InkAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.LineAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.NoteAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.SquareAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.StrikethroughAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.TypewriterAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
IS_TOOL_STICKY - Static variable in class com.qoppa.notes.settings.UnderlineAnnotSettings
When true the drawing tool for this annotation will remain selected after drawing finishes, so that the next touch on the screen will being drawing a new annotation.
isAllowPopups() - Static method in class com.qoppa.notes.settings.JavaScriptSettings
Returns true if popups are allowed.
isAllValid() - Method in class com.qoppa.android.pdf.SignatureValidity
Checks if the signature is completely valid.
isAnnotsInited() - Method in class com.qoppa.viewer.views.PDFPageView
 
isAssembleDocumentAllowed() - Method in class com.qoppa.android.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()).
isBox() - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
 
isCalculate() - Method in class com.qoppa.android.pdfProcess.PDFDocument
Return true if javascript calculations are enabled, false otherwise.
isChangeDocumentAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to change the document.
isCombFormat() - Method in interface com.qoppa.android.pdf.annotations.WidgetText
Indicates whether this text widget is in the comb format.
isCombo() - Method in interface com.qoppa.android.pdf.form.ChoiceField
Returns true if the choice field is a combo box field, false if it's a list field.
isContentAppended() - Method in class com.qoppa.android.pdf.SignatureValidity
Gets a flag that indicates if there has been any content appended to this PDF.
isDocumentModified() - Method in class com.qoppa.android.pdfProcess.PDFDocument
Returns true if the document has been modified, false otherwise.
isEditable() - Method in interface com.qoppa.android.pdf.annotations.Widget
 
isEditable() - Method in interface com.qoppa.android.pdf.form.ChoiceField
Returns true if user is allowed to enter custom text, false if not.
isEmpty() - Method in interface com.qoppa.android.pdf.form.FormField
Returns true if the field is not filled.
isEncrypted() - Method in class com.qoppa.android.pdfProcess.PDFDocument
Returns a flag indicating whether this document is encrypted.
isExtractTextGraphicsAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to extract text and graphics.
isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
isFillFormFieldsAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to fill form fields and sign the document.
isForceUserPageFormat() - Method in class com.qoppa.android.pdf.PrintSettings
Returns the value of the ForceUserPageFormat attribute.
isGrayscale() - Method in class com.qoppa.android.pdf.TIFFOptions
Returns a flag indicating whether the document should be converted to grayscale before writing the output TIFF file.
isHidden() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the HIDDEN flag.
isHide() - Method in class com.qoppa.android.pdfViewer.actions.HideShowAction
Returns a boolean flag indicating wether to hide the field (true) or to show it (false).
isHighlightFields() - Static method in class com.qoppa.android.pdf.PDFRenderHints
Returns the value of the highlight fields flag.
isImageSmoothReduction() - Static method in class com.qoppa.android.pdf.PDFRenderHints
Returns the value of the smooth image reduction hingt.
isInitHasBorderColor() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
 
isInitHasFillColor() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
 
isInitialOpen() - Method in interface com.qoppa.android.pdf.annotations.Text
Returns the value of the InitialOpen flag.
isIntentArrow() - Method in interface com.qoppa.android.pdf.annotations.Line
 
isIntentDimension() - Method in interface com.qoppa.android.pdf.annotations.Line
 
isIntentDimension() - Method in interface com.qoppa.android.pdf.annotations.Polygon
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
isIntentDimension() - Method in interface com.qoppa.android.pdf.annotations.Polyline
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
isInvisible() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the INVISIBLE flag.
isLeaf() - Method in interface com.qoppa.android.pdf.Bookmark
Returns true if the Bookmark has no children, false otherwise
isLocked() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the LOCKED flag.
isModified() - Method in interface com.qoppa.android.pdf.annotations.GestureList
Flag indicating whether the gesture list has been modified.
isModified() - Method in interface com.qoppa.android.pdf.annotations.Vertices
Returns a flag indicating whether the list of vertices, or any vertices in the list has been modified.
isModifyAnnotsAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to add or modify text annotations in the document.
isMultiLine() - Method in interface com.qoppa.android.pdf.annotations.WidgetText
 
isMultiLine() - Method in interface com.qoppa.android.pdf.form.TextField
Returns true if the 'Multi-Line' flag is on for this text field.
isMultiSelect() - Method in interface com.qoppa.android.pdf.form.ChoiceField
Returns true if selection of multiple items is allowed, false if not.
isNightMode() - Method in class com.qoppa.viewer.QPDFViewerView
Returns true if Night Mode is on.
isNoExport() - Method in interface com.qoppa.android.pdf.form.FormField
Returns the value of the 'No Export' flag.
isNoRotate() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the NOROTATE flag.
isNotValid() - Method in class com.qoppa.android.pdf.SignatureValidity
This method checks if the signature is considered NOT VALID.
isNoView() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the NOVIEW flag.
isNoZoom() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the NOZOOM flag.
isOpen() - Method in interface com.qoppa.android.pdf.annotations.Popup
 
isOpen() - Method in interface com.qoppa.android.pdf.Bookmark
Returns whether this item is opened or closed when the document is opened.
isPassword() - Method in interface com.qoppa.android.pdf.annotations.WidgetText
 
isPortfolio() - Method in class com.qoppa.android.pdfProcess.PDFDocument
Returns a flag indicating whether this document is a PDF Portfolio.
isPrintable() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the PRINTABLE flag.
isPrintAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to print the document.
isPrintAnnotations() - Method in class com.qoppa.android.pdf.PrintSettings
Returns the value of the print annotations flag.
isPrintHighResAllowed() - Method in class com.qoppa.android.pdf.PDFPermissions
Returns the permission to print the document at high resolution.
isReadOnly() - Method in interface com.qoppa.android.pdf.annotations.Annotation
Returns the value of the READONLY flag.
isReadOnly() - Method in interface com.qoppa.android.pdf.form.FormField
Returns the value of the 'Read Only' flag.
isRenderComments() - Static method in class com.qoppa.android.pdf.PDFRenderHints
Returns the value of the render comments flag.
isRenderDropdown() - Static method in class com.qoppa.android.pdf.PDFRenderHints
Returns the value of the render dropdown flag.
isRenderErrorImages() - Static method in class com.qoppa.android.pdf.PDFRenderHints
Returns the value of the render error images flag.
isRenderSignatureTag() - Static method in class com.qoppa.android.pdf.PDFRenderHints
This method returns the value of the flag that controls rendering of the signature tag on empty fields.
isRenderSignatureVerify() - Static method in class com.qoppa.android.pdf.PDFRenderHints
This method returns the value of the flag that controls whether signature verification will be rendered.
isRequired() - Method in interface com.qoppa.android.pdf.form.FormField
Returns the value of the 'Required' flag.
isSearchVisible() - Method in class com.qoppa.viewer.QPDFViewerView
Method to test if the text search bar is visible.
isSignAuthor() - Method in interface com.qoppa.android.pdf.form.SignatureField
Returns a flag indicating whether this is an author signature.
isSilenceErrors() - Static method in class com.qoppa.notes.settings.JavaScriptSettings
Returns true if errors will be silenced instead of displaying an alert.
isSpellCheck() - Method in interface com.qoppa.android.pdf.form.ChoiceField
Returns true if spelling should be checked on the custom values entered by user (@see isEditable()), false if not.
IStampPainter - Interface in com.qoppa.android.pdfProcess
The IStampPainter can draw customized shapes, text, and images onto a PDFCanvas.
isTested() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns a flag indicating if this signature has been tested.
isTouchListenerActive() - Method in class com.qoppa.viewer.QPDFViewerView
Returns true if the touch listener is active.
isTrustedChain() - Method in class com.qoppa.android.pdf.SignatureValidity
Gets the value of the trusted chain flag.
isUseSubstituteFont() - Static method in class com.qoppa.android.pdf.errors.PDFErrorHandling
Returns the value of the flag that controls font handling errors.
isValidCertificateChain() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns the status of the certificate chain validity.
isValidExpiration() - Method in class com.qoppa.android.pdf.SignatureValidity
Gets the value of the valid expiration flag.
isValidRevocationList() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns the status of the revocation list validity.
isValidSignatureHash() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns a flag indicating whether the stored signature hash matches the calculated signature hash.
isValidSignatureObject() - Method in class com.qoppa.android.pdf.SignatureValidity
Gets a flag that indicates whether the signature object was readable.
isValidTimestamp() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns a flag indicating whether the signature has a valid timestamp.
isValidWithWarning() - Method in class com.qoppa.android.pdf.SignatureValidity
Returns true if the signature is considered valid but has warnings associated with it.
isVisible() - Method in class com.qoppa.android.pdf.Layer
Returns whether this layer is currently visible.
isVisibleCommonName() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the common name should be used when creating the signature appearance.
isVisibleCountry() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the country should be used when creating the signature appearance.
isVisibleDate() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the date should be used when creating the signature appearance.
isVisibleDigitallySigned() - Method in class com.qoppa.android.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.android.pdf.SignatureAppearance
Returns whether or not the email address should be used when creating the signature appearance.
isVisibleLocal() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the locality should be used when creating the signature appearance.
isVisibleMisc() - Method in class com.qoppa.android.pdf.SignatureAppearance
 
isVisibleName() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the name should be used when creating the signature appearance.
isVisibleOrgName() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the organization name should be used when creating the signature appearance.
isVisibleOrgUnit() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the organizational unit should be used when creating the signature appearance.
isVisibleState() - Method in class com.qoppa.android.pdf.SignatureAppearance
Returns whether or not the state should be used when creating the signature appearance.
isZooming() - Method in class com.qoppa.viewer.QPDFViewerView
Returns true if the user is currently zooming in or out on the document.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links