- GestureList - Interface in com.qoppa.android.pdf.annotations
-
This class represents a list of gestures in an Ink (Pencil) annotation.
- getAcroForm() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the AcroForm in this document.
- getActionName() - Method in class com.qoppa.android.pdfViewer.actions.NamedAction
-
Returns the named action.
- getActions(PDFPage) - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns a list of actions to perform when this annotation is 'activated'
- getActions() - Method in interface com.qoppa.android.pdf.Bookmark
-
Gets the list of actions for this Bookmark.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.Action
-
Returns the type of action.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageRemoteAction
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.HideShowAction
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.JSAction
-
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.LaunchAction
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.NamedAction
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.NullAction
-
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.ResetForm
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.SetOCGState
-
Returns the action type.
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.SubmitFormAction
-
- getActionType() - Method in class com.qoppa.android.pdfViewer.actions.URLAction
-
Returns the action type.
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.Action
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageRemoteAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.HideShowAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.JSAction
-
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.LaunchAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.NamedAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.NullAction
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.ResetForm
-
Returns the action type description
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.SetOCGState
-
Returns the action type description.
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.SubmitFormAction
-
- getActionTypeDesc() - Method in class com.qoppa.android.pdfViewer.actions.URLAction
-
Returns the action type description
- getActivity() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the owner Activity
- getAfterText() - Method in class com.qoppa.android.pdf.TextPositionWithContext
-
- getAlignHorizontal() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
- getAlignHorizontal() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getAlignVertical() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
- getAlignVertical() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getAllText() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns all text for this page.
- getAlpha() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets the annotation's alpha (0-255).
- getAltFieldName() - Method in interface com.qoppa.android.pdf.form.FormField
-
Returns the alternate field name for this field.
- getAngle() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns the angle that this text is displayed at on the page.
- getAnnot() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getAnnotations() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns a list of PDF annotations in this page.
- getAppearanceState() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getAsyncTextModel() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
- getAuthor() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's author.
- getBackground() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getBackgroundColor() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the background color to use when rendering this page.
- getBeforeText() - Method in class com.qoppa.android.pdf.TextPositionWithContext
-
- getBitmap() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns a Bitmap object containing a rendering
of the page at the default PDF resolution: 72 DPI.
- getBitmap(int, int, boolean) - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns a Bitmap containing a rendering of the page at a specific width and height.
- getBitmap(Rect, boolean) - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns a Bitmap containing a rendering of the page for the specified rectangle
- getBlurActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be performed on blur (focus lost).
- getBookmarkIndex(Bookmark) - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the index of the bookmark node in the node's children.
- getBorderColor() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getBorderColor() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getBorderStyle() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets this annotation's border style.
- getBorderWidth() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets this annotation's border width.
- getBounds() - Method in class com.qoppa.android.pdfProcess.PDFPath
-
- getBounds() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getByteOrder() - Method in class com.qoppa.android.pdf.TIFFOptions
-
Gets the byte order to use when saving a TIFF file.
- getBytes() - Method in class com.qoppa.android.pdf.source.ByteArrayPDFSource
-
- getBytes() - Method in class com.qoppa.android.pdfProcess.PDFPath
-
Internal method, do not use.
- getCalculateActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be performed when another field changes
- getCalculatedHeight() - Method in class com.qoppa.viewer.views.PDFPageView
-
- getCalculatedWidth() - Method in class com.qoppa.viewer.views.PDFPageView
-
- getCalculationOrder() - Method in interface com.qoppa.android.pdf.form.AcroForm
-
Gets the list of fields with calculate actions in the correct order.
- getCanvasMatrix() - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Returns the current transformation matrix.
- getCaption() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getCertificateChain() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the certificate chain for the issuers of the certificate in the key store.
- getCheckSum() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the CRC checksum for the file contents.
- getChildBookmarkAt(int) - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the child bookmark at the given index.
- getChildCount() - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the number of children that this node contains.
- getChildren() - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the children of the node as a Vector.
- getColor() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns the annotation's color.
- getComposite() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
Returns the current composite.
- getCompression() - Method in class com.qoppa.android.pdf.TIFFOptions
-
Return the current compression setting fo this TIFFOptions.
- getCompression() - Method in class com.qoppa.android.pdfProcess.ImageParam
-
Gets the compression type used when writing images to the PDF document.
- getContactInfo() - Method in class com.qoppa.android.pdf.SignatureInfo
-
- getContactInformation() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the contact information used in the signature.
- getContent() - Method in class com.qoppa.android.pdf.source.ByteArrayPDFSource
-
- getContent() - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getContent() - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getContent() - Method in class com.qoppa.android.pdf.source.InputStreamPDFSource
-
- getContent() - Method in class com.qoppa.android.pdf.source.MBBPDFSource
-
- getContent() - Method in interface com.qoppa.android.pdf.source.PDFSource
-
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document.
- getContent() - Method in class com.qoppa.android.pdf.source.URLPDFSource
-
- getContents() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns the annotation's contents.
- getContents() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
Returns the string contents for this annotation.
- getContents() - Method in interface com.qoppa.android.pdf.annotations.Caret
-
Returns the string contents for this annotation.
- getContents() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
Returns the string contents for this annotation.
- getContents() - Method in interface com.qoppa.android.pdf.annotations.RubberStamp
-
Returns the string contents for this annotation.
- getContents() - Method in interface com.qoppa.android.pdf.annotations.ShapeAnnotation
-
Returns the string contents for this annotation.
- getContents() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getContents() - Method in interface com.qoppa.android.pdf.annotations.Text
-
Returns the string contents for this annotation.
- getContentStream() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
- getCreationDate() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns the annotation's creation date.
- getCreationDate() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's creation date.
- getCreator() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns the annotation's creator.
- getCreator() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's creator.
- getCropBox() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the PDF page's 'CropBox'.
- getCurrentPageFormat(String) - Method in class com.qoppa.viewer.QPDFViewerView
-
- getCurrentPageNumber() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the current page number, 1 based.
- getCurrentScale() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the viewer's current scale
- getCustomGesture() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
- getCustomGesturePDF() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
- getCustomGesturePosition() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
- getCustomProperties() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the custom properties table.
- getCustomProperty(String) - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the value of a custom property.
- getCustomProperty(String) - Method in interface com.qoppa.android.pdf.form.SignatureField
-
This method can be used to retrieve the values of custom properties in the signature field dictionary.
- getDashPattern() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
- getDashPhase() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
- getDateFormat() - Method in interface com.qoppa.android.pdf.form.TextField
-
If the TextField is of FormatType Date, Time, or DateTime, this will return the format.
- getDefaultEditable() - Method in class com.qoppa.notes.views.UnEditableEditText
-
- getDefaultValue() - Method in interface com.qoppa.android.pdf.form.CheckBoxField
-
Returns the default value for the check box field.
- getDefaultValue() - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the default value for this field.
- getDefaultValue() - Method in interface com.qoppa.android.pdf.form.RadioButtonGroupField
-
Returns the default value for this radio button group field.
- getDefaultValue() - Method in interface com.qoppa.android.pdf.form.TextField
-
Returns the default value for this text field.
- getDefautlCreator() - Static method in class com.qoppa.android.pdf.PDFRenderHints
-
Returns the default creator for Annotations.
- getDeflatedContents() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the file contents in deflated format
- getDeflatedContents() - Method in interface com.qoppa.android.pdf.IEmbeddedFile
-
Get the content of the embedded file, deflated.
- getDestinations() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
- getDict() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getDirtyRect() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getDisplayBottom() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the cropbox's bottom most y
- getDisplayHeight() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the display height of this page in 72 DPI.
- getDisplayName() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
This name is not used to generate the appearance stream.
- getDisplayOptions() - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the list of display options (or items) for this field.
- getDisplayRight() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the cropbox's right most x
- getDisplayValue(String) - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the display value (or item) corresponding to a given export value.
- getDisplayWidth() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the display width of this page in 72 DPI.
- getDisplayX() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the crop box's X origin.
- getDisplayY() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the crop box's Y origin.
- getDitherBW() - Method in class com.qoppa.android.pdf.TIFFOptions
-
Gets the dithering option when converting images to black and white.
- getDocument() - Method in class com.qoppa.android.pdf.DocumentEvent
-
- getDocument() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the document that this page belongs to.
- getDocument() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the currently loaded document.
- getDocumentInfo(String, IPassword) - Static method in class com.qoppa.android.pdf.DocumentInfo
-
Static method to get the document information from a document in a file.
- getDocumentInfo(InputStream, IPassword) - Static method in class com.qoppa.android.pdf.DocumentInfo
-
Static method to get the document information from a document from an InputStream.
- getDocumentInfo(URL, IPassword) - Static method in class com.qoppa.android.pdf.DocumentInfo
-
Static method to get the document information from a document from a URL.
- getDocumentInfo(InputStream, IPassword) - Static method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns an object representing the document metadata information (author, title, etc.).
- getDocumentInfo() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns an object representing the document metadata information (author,
title, etc.).
- getDPI() - Method in class com.qoppa.android.pdf.TIFFOptions
-
Return the DPI setting for this TIFFOptions.
- getDrawingPicture() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns a Picture recording of the annotation.
- getElbowLength() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.CalloutDrawingTool
-
Get the initial elbow length of the arrow within the callout.
- getEmbeddedFiles() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the list of embedded files in the document (annotations attachments are not part of the list).
- getEnclosingShape() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns a shape that encloses the text on the page.
- getEncryptionAlgorithm() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the name of the encryption algorithm used to encrypt the
document.
- getEncryptionLength() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns an int representing the number of bits used in the encryption
technique.
- getErrorHandling() - Static method in class com.qoppa.android.pdf.errors.PDFErrorHandling
-
Returns the current value of the error handling flag.
- getErrorMessage() - Method in class com.qoppa.android.pdf.errors.RenderError
-
- getErrors() - Static method in class com.qoppa.android.pdf.errors.PDFErrorHandling
-
Gets a list of errors in the last rendering.
- getEventType() - Method in class com.qoppa.android.pdf.DocumentEvent
-
- getException() - Method in class com.qoppa.android.pdf.SignatureValidity
-
Returns any exception when reading the signature.
- getExceptionMessage() - Method in class com.qoppa.android.pdf.SignatureValidity
-
Returns a message associated with an exception when reading the signature.
- getExportOptions() - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the list of export options for this field.
- getExportValue(String) - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the export value corresponding to a given display value (or item).
- getFamily() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getField() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getField(String) - Method in interface com.qoppa.android.pdf.form.AcroForm
-
Gets a field by name.
- getFieldList() - Method in interface com.qoppa.android.pdf.form.AcroForm
-
Gets the list of fields in this AcroForm.
- getFieldName() - Method in interface com.qoppa.android.pdf.form.FormField
-
Returns the name of this field.
- getFieldName() - Method in class com.qoppa.android.pdfViewer.actions.HideShowAction
-
Returns the field name that this action refers to.
- getFields() - Method in class com.qoppa.android.pdfViewer.actions.SubmitFormAction
-
- getFieldTypeDesc() - Method in interface com.qoppa.android.pdf.form.FormField
-
Returns a description of the field type.
- getFile() - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getFile() - Method in class com.qoppa.android.pdf.source.MBBPDFSource
-
- getFile() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Convenience method that returns the file that the PDF document was loaded
from.
- getFileModifiedID() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the file modified ID.
- getFileName() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the name of the file.
- getFileName() - Method in interface com.qoppa.android.pdf.IEmbeddedFile
-
Returns the embedded file name.
- getFileName() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageRemoteAction
-
Gets the target document file name in the PDF file specification format.
- getFileName() - Method in class com.qoppa.android.pdfViewer.actions.LaunchAction
-
Returns the name of the file to launch in the PDF file specification format.
- getFileOriginalID() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the file original ID.
- getFileSize() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the length of the file, in bytes.
- getFillColor() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
Returns the current fill color.
- getFitToWidth() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the fit to width scale, the maximum scale at which the document's width will fit within the device's scren.
- getFlags() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns this annotation's flags.
- getFlags() - Method in class com.qoppa.android.pdfViewer.actions.SubmitFormAction
-
- getFocusActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be performed when focus is gained.
- getFont() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
- getFont() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getFontMetrics() - Method in interface com.qoppa.android.pdfProcess.PDFFont
-
Returns the FontMetrics which are used to describe the font.
- getFontMetrics() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getFontName() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getFontName() - Method in interface com.qoppa.android.pdfProcess.PDFFont
-
Returns the name of the font.
- getFontName() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getFontName(Locale) - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getFontSize() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getFormatActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be executed before a field is formatted
- getFormatType() - Method in interface com.qoppa.android.pdf.form.TextField
-
Returns a FormatType to indicate if the TextField is to be of a specific format
- getFullFieldName() - Method in interface com.qoppa.android.pdf.form.FormField
-
Returns the full name of the fields.
- getGesture(int) - Method in interface com.qoppa.android.pdf.annotations.GestureList
-
Returns the Vertices object that containts the vertices for one gesture.
- getGestureCount() - Method in interface com.qoppa.android.pdf.annotations.GestureList
-
Returns the number of gestures in this list.
- getGestures() - Method in interface com.qoppa.android.pdf.annotations.Ink
-
Returns the list of gestures that represent the Ink annotation.
- getHighlightMode() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getHorzTextAlign() - Method in interface com.qoppa.android.pdf.annotations.Widget
-
- getHorzTextAlign() - Method in interface com.qoppa.android.pdf.form.TextField
-
Returns the horizontal text alignment property for this field.
- getHost() - Method in class com.qoppa.android.pdf.source.URLPDFSource
-
- getIbNewDoc() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonNewDoc.
- getIbNext() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonNext.
- getIbOpen() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonOpen.
- getIbPrev() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonPrev.
- getIbSave() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonSave.
- getIbShowSearch() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonShowSearch.
- getIbToolCallout() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolCallout.
- getIbToolCircle() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolCircle.
- getIbToolFreeHighlight() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolFreeHighlight.
- getIbToolFreetext() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolFreetext.
- getIbToolHighlight() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolHighlight.
- getIbToolInk() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolInk.
- getIbToolLine() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolLine.
- getIbToolNote() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolNote.
- getIbToolSignature() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolSignature.
- getIbToolSquare() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolSquare.
- getIbToolStamp() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The RubberStampTool.
- getIbToolStrikethrough() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolStrikethrough.
- getIbToolTypewriter() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolTypewriter.
- getIbToolUnderline() - Method in class com.qoppa.notes.views.ToolbarNotes
-
The ImageButtonToolUnderline.
- getIbZoomIn() - Method in class com.qoppa.notes.views.ToolbarNotes
-
By default, this View's visiblity is android.view.View.Gone
.
- getIbZoomIn() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonZoomIn.
- getIbZoomOut() - Method in class com.qoppa.notes.views.ToolbarNotes
-
By default, this View's visiblity is android.view.View.Gone
.
- getIbZoomOut() - Method in class com.qoppa.viewer.views.Toolbar
-
The ImageButtonZoomOut.
- getIconName() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the name of the icon for this annotation.
- getIconName() - Method in interface com.qoppa.android.pdf.annotations.Text
-
Returns the name of the icon for this annotation.
- getId() - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getImage() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
Returns the Bitmap to use when creating the signature appearance.
- getImagePosition() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
Returns the horizontal position of the image.
- getImageSmoothReduction() - Static method in class com.qoppa.android.pdf.PDFRenderHints
-
Returns the value of the image reduction hint.
- getImageTransparency() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
Returns the image transparency value to use when drawing the image on the
SignatureField
.
- getInitAlpha() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
-
- getInitBorderColor() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
-
- getInitBorderWidth() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
-
- getInitFillColor() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
-
- getInitFont() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.FreeTextDrawingTool
-
- getInitFontSize() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.FreeTextDrawingTool
-
- getInitTextColor() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.FreeTextDrawingTool
-
- getInputStream() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the file contents as an input stream.
- getInputStream() - Method in interface com.qoppa.android.pdf.IEmbeddedFile
-
Returns an input stream from which the file contents can be read.
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
Returns the description of the intent of the Callout Annotation
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.Caret
-
Returns intent for this annotation.
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
Returns the description of the intent of the FreeText Annotation
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.Line
-
Returns the description of the intent of the Line Annotation
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.MarkUpText
-
returns intent for this annotation
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.Polygon
-
Returns the description of the intent of the Line Annotation
- getIntent() - Method in interface com.qoppa.android.pdf.annotations.Polyline
-
Returns the description of the intent of the Line Annotation
- getInternalColor() - Method in interface com.qoppa.android.pdf.annotations.ShapeAnnotation
-
Gets the fill color for this annotation.
- getIPicture() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
This picture caches the drawing commands for the page.
- getJavascript() - Method in class com.qoppa.android.pdfViewer.actions.JSAction
-
- getJSEnabled() - Static method in class com.qoppa.notes.settings.JavaScriptSettings
-
Get the setting for enabling javascript.
- getJSHandler() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
- getKeystrokeActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be performed on a keystroke.
- getKeywords() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's keywords.
- getKids() - Method in interface com.qoppa.android.pdf.form.FormField
-
Gets a list of fields from the kids array.
- getLabel() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getLayer(int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns a particular PDF layer given its index.
- getLayerCount() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the number of PDF layers in this document.
- getLayerList() - Method in class com.qoppa.android.pdfViewer.actions.SetOCGState.Sequence
-
Returns the list of layers.
- getLayerManager() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
- getLineEndStyle() - Method in interface com.qoppa.android.pdf.annotations.Line
-
- getLineStartStyle() - Method in interface com.qoppa.android.pdf.annotations.Line
-
- getLocation() - Method in class com.qoppa.android.pdf.SignatureInfo
-
- getLocation() - Method in class com.qoppa.android.pdf.SigningInformation
-
Gets the location to be used in the signature.
- getMapFieldName() - Method in interface com.qoppa.android.pdf.form.FormField
-
Returns this field's mapping name.
- getMarkupType() - Method in interface com.qoppa.android.pdf.annotations.MarkUpText
-
Gets the type of markup that this annotation represents.
- getMarkupType() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.MarkupDrawingTool
-
- getMaximumScale() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the maximum scale at which the document can be displayed.
- getMaxLength() - Method in interface com.qoppa.android.pdf.annotations.WidgetText
-
- getMaxLength() - Method in interface com.qoppa.android.pdf.form.TextField
-
Returns the maximum number of characters allowed for this text field.
- getMediaBox() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the PDF page's 'MediaBox'.
- getMenuSeparatorFirst() - Method in class com.qoppa.viewer.views.Toolbar
-
The first MenuSeparator
.
- getMenuSeparatorSecond() - Method in class com.qoppa.viewer.views.Toolbar
-
The second MenuSeparator
.
- getMenuSeparatorThird() - Method in class com.qoppa.viewer.views.Toolbar
-
The third MenuSeparator
.
- getMininumScale() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the minimum scale at which the document can be displayed.
- getMirror() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
- getModDate() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's modified date.
- getMouseDownActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of action to be executed on Mouse Down events as a Vector of Actions.
- getMouseEnteredActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of action to be executed on Mouse Entered events as a Vector of Actions.
- getMouseExitedActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of action to be executed on Mouse Exited events as a Vector of Actions.
- getMouseUpActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of action to be executed on Mouse Up events as a Vector of Actions.
- getName() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns the annotation's name.
- getName() - Method in class com.qoppa.android.pdf.Layer
-
Returns the name of this layer.
- getName() - Method in class com.qoppa.android.pdf.source.ByteArrayPDFSource
-
- getName() - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getName() - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getName() - Method in class com.qoppa.android.pdf.source.InputStreamPDFSource
-
- getName() - Method in class com.qoppa.android.pdf.source.MBBPDFSource
-
- getName() - Method in interface com.qoppa.android.pdf.source.PDFSource
-
Returns the name of the document.
- getName() - Method in class com.qoppa.android.pdf.source.URLPDFSource
-
- getName() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
- getNameList() - Static method in class com.qoppa.android.pdfViewer.actions.NamedAction
-
Returns a list of the recognized action names.
- getObject() - Method in class com.qoppa.android.pdf.DocumentEvent
-
- getObjectStore() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Internal method.
- getOCGAction() - Method in class com.qoppa.android.pdfViewer.actions.SetOCGState.Sequence
-
Returns the action that this sequence will do on the layers.
- getOneCloudData() - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getOnValue() - Method in interface com.qoppa.android.pdf.annotations.WidgetButton
-
- getOnValue() - Method in interface com.qoppa.android.pdf.form.CheckBoxField
-
Returns the "On" value for the check box field, the String value which indicates that the box is checked.
- getOptions() - Method in interface com.qoppa.android.pdf.form.RadioButtonGroupField
-
Returns a Vector of values representing the export value of each annotation in this radio button group field.
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.ByteArrayPDFSource
-
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.InputStreamPDFSource
-
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.MBBPDFSource
-
- getOutputStream(boolean) - Method in interface com.qoppa.android.pdf.source.PDFSource
-
Returns an output stream to write to this PDF source.
- getOutputStream(boolean) - Method in class com.qoppa.android.pdf.source.URLPDFSource
-
- getPage() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets the page this Annotation is on.
- getPage(int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns a page in this document.
- getPage() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the page for this GotoPageAction.
- getPage() - Method in class com.qoppa.viewer.views.PDFPageView
-
- getPageCount() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Gets the number of pages in the document.
- getPageCount() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the number of pages in this document.
- getPageDict() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
- getPageIndex() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getPageIndex() - Method in class com.qoppa.android.pdf.DocumentEvent
-
- getPageIndex() - Method in class com.qoppa.android.pdf.TextPosition
-
- getPageIndex() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Gets the page index of this page within the document.
- getPageNumber() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageRemoteAction
-
Gets the target page number.
- getPageRotation() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the rotation of this page in degrees.
- getPageView(int) - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns a view representing the PDFPage for the given pageIndex.
- getPageView(PDFPage) - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns a view representing the PDFPage for the given page.
- getPageView() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getPageViewOverlay() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the currently set PageViewOverlay.
- getPaperHeight() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the paper's height of this page in 72 DPI.
- getPaperWidth() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the paper's width of this page in 72 DPI.
- getParentBookmark() - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the parent node / Bookmark.
- getPasswords() - Method in interface com.qoppa.android.pdf.IPassword
-
Method called to get passwords for encrypted PDF documents.
- getPasswords() - Method in class com.qoppa.android.pdf.PDFPassword
-
Method that fulfills the IPassword interface.
- getPath() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
Returns the path use to create the Signature's Image.
- getPath() - Method in class com.qoppa.android.pdf.source.ByteArrayPDFSource
-
- getPath() - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getPath() - Method in class com.qoppa.android.pdf.source.FilePDFSource
-
- getPath() - Method in class com.qoppa.android.pdf.source.InputStreamPDFSource
-
- getPath() - Method in class com.qoppa.android.pdf.source.MBBPDFSource
-
- getPath() - Method in interface com.qoppa.android.pdf.source.PDFSource
-
Returns the full path to the document.
- getPath() - Method in class com.qoppa.android.pdf.source.URLPDFSource
-
- getPDFFileVersion() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Return the PDF file version for the current document.
- getPDFSource() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns an object representing the source of the PDF content.
- getPermFlag() - Method in class com.qoppa.android.pdf.PDFPermissions
-
Returns the permissions int representing the 12 permissions bits as specified in the PDF documentation.
- getPermissions() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the permission object for this document.
- getPolylines() - Method in interface com.qoppa.android.pdf.annotations.Ink
-
- getPopupText() - Method in interface com.qoppa.android.pdf.annotations.FileAttachment
-
Returns the text that is displayed when the mouse hovers over the annotation.
- getPrefix() - Method in class com.qoppa.android.pdf.TextPositionWithContext
-
- getPreview(int, int) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.SquareDrawingTool
-
- getPrintSettings() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Get the current PrintSettings object.
- getPrivateKey() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the private key retrieved from the KeyStore or PKCS #12 file.
- getProducer() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's producer.
- getProperty(String) - Method in class com.qoppa.android.pdf.DocumentInfo
-
- getProperty(String) - Method in class com.qoppa.android.pdf.SigningInformation
-
This method can be used to retrieve the values of custom properties
- getQuadList() - Method in interface com.qoppa.android.pdf.annotations.MarkUpText
-
Returns a list of the quadrilaterals that compose this annotation.
- getQuadrilateral() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns a quadrilateral with the four corners for this text string.
- getQuadrilaterals() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns a list of quadrilaterals that will enclose the text elements in this object.
- getQuadrilaterals() - Method in interface com.qoppa.android.pdf.TextSelection
-
Returns a list of quadrilaterals for the text selection areas.
- getQuality() - Method in class com.qoppa.android.pdfProcess.ImageParam
-
Gets the current quality settings.
- getReason() - Method in class com.qoppa.android.pdf.SignatureInfo
-
- getReason() - Method in class com.qoppa.android.pdf.SigningInformation
-
Gets the reason for signing to be used in the signature.
- getRectangle() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets the annotation's rectangle.
- getRelativePath(String) - Method in class com.qoppa.android.pdf.source.EmptyPDFSource
-
- getRelativePath(String) - Method in class com.qoppa.android.pdf.source.InputStreamPDFSource
-
- getRootBookmark() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the 'root' bookmark.
- getRotation() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
- getRotation() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getRotation() - Method in interface com.qoppa.android.pdf.annotations.RubberStamp
-
Gets the rotation.
- getRowsPerStrip() - Method in class com.qoppa.android.pdf.TIFFOptions
-
Returns the number of rows per strip that will be used when saving a TIFF file.
- getScale() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the scale, the value of the scale that the viewer will use after
setting the page.
- getScreenLocation() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.BlackSquareDrawingTool
-
- getScreenLocation() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.NoteDrawingTool
-
- getScreenLocation() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getScrollView() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the application's scroll view
- getSearchToolbar() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the application search toolbar
- getSelectedAnnotation() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns a Vector of currently selected annotations.
- getSelectionPath(TextPosition, PDFPage) - Method in class com.qoppa.android.pdf.TextPosition
-
- getSelectionShape() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns the shape that will enclose the text on the display.
- getSelectionShape() - Method in interface com.qoppa.android.pdf.TextSelection
-
Returns the entire shape that encloses all different word groups in this selection.
- getSequenceList() - Method in class com.qoppa.android.pdfViewer.actions.SetOCGState
-
Returns the list of sequences in this action
- getShowNoteHook() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the current ShowNoteHook.
- getSignatureAppearance() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the SignatureAppearance
to use when creating the
signature appearance stream.
- getSignatureFields() - Method in interface com.qoppa.android.pdf.form.AcroForm
-
Gets a list of signature fields, if any.
- getSignatureValidity() - Method in interface com.qoppa.android.pdf.form.SignatureField
-
Returns the validity information for this signature.
- getSignCustomProperty(String) - Method in interface com.qoppa.android.pdf.form.SignatureField
-
- getSignDateTime() - Method in interface com.qoppa.android.pdf.form.SignatureField
-
Returns the signature date and time as a java date object.
- getSignerCertificate() - Method in class com.qoppa.android.pdf.SigningInformation
-
Returns the certificate for the digital id retrieved from the KeyStore or the PKCS#12 file.
- getSignLocation() - Method in interface com.qoppa.android.pdf.form.SignatureField
-
Returns the signature location.
- getSignName() - Method in interface com.qoppa.android.pdf.form.SignatureField
-
Returns the signature name.
- getSignReason() - Method in interface com.qoppa.android.pdf.form.SignatureField
-
Returns the signature reason.
- getSize() - Method in interface com.qoppa.android.pdf.IEmbeddedFile
-
Get the size of the file content in bytes.
- getSize() - Method in interface com.qoppa.android.pdfProcess.PDFFont
-
Returns the current point size of the font.
- getSize() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getSlimAnnots() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns a list of light weight annotations objects.
- getStampName() - Method in interface com.qoppa.android.pdf.annotations.RubberStamp
-
Returns the stamp name of this rubber stamp.
- getState() - Method in interface com.qoppa.android.pdf.annotations.Text
-
Returns the string State for this annotation
- getStateModel() - Method in interface com.qoppa.android.pdf.annotations.Text
-
Returns the string StateModel for this annotation
- getStrokeColor() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
Returns the current stroke color.
- getStrokeWidth() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
Returns the current stroke width.
- getStyle() - Method in interface com.qoppa.android.pdfProcess.PDFFont
-
Returns the style of the font.
- getStyle() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getStyle() - Method in class com.qoppa.android.pdfProcess.PDFPaint
-
Returns the current style.
- getSubject() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the document's subject.
- getSubmitURL() - Method in class com.qoppa.android.pdfViewer.actions.SubmitFormAction
-
- getSubstitutefont(String) - Static method in class com.qoppa.android.pdf.PDFRenderHints
-
Returns a substitute font, if one has been registered, for the given font name.
- getSubtype() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Gets the annotation's subtype string.
- getSubType() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getTabbingOrder() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the tabbing order as defined in the page description, if present.
- getTag() - Method in class com.qoppa.android.pdf.SignatureInfo
-
- getText() - Method in class com.qoppa.android.pdf.TextPosition
-
Returns the text string.
- getText() - Method in interface com.qoppa.android.pdf.TextSelection
-
Returns a string containing all the selected text.
- getText() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns the text in the pdf document as a String
.
- getText(int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns text contained in the specified page of the pdf document as a
String.
- getTextBoxHeight() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.CalloutDrawingTool
-
Get the initial height of the text box within the callout.
- getTextBoxWidth() - Method in class com.qoppa.notes.views.annotcomps.drawingtools.CalloutDrawingTool
-
Get the initial width of the text box within the callout.
- getTextColor() - Method in interface com.qoppa.android.pdf.annotations.Callout
-
- getTextColor() - Method in interface com.qoppa.android.pdf.annotations.FreeText
-
- getTextColor() - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the text color that should be used when showing this bookmark.
- getTextLeft() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
Returns the text to display on the left side of the signature appearance.
- getTextModel() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Returns the TextModel for this page
- getTextPaint() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getTextRight() - Method in class com.qoppa.android.pdf.SignatureAppearance
-
- getTextSearchResults() - Method in class com.qoppa.viewer.views.PDFPageView
-
- getTextStyle() - Method in interface com.qoppa.android.pdf.Bookmark
-
Returns the text style to use when displaying the bookmark.
- getTileFactory() - Method in class com.qoppa.viewer.QPDFViewerView
-
Internal method, do not use.
- getTitle() - Method in interface com.qoppa.android.pdf.Bookmark
-
Gets this bookmarks title.
- getTitle() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Gets the document's title.
- getToolbar() - Method in class com.qoppa.notes.QPDFNotesView
-
Returns the application toolbar
- getToolbar() - Method in class com.qoppa.viewer.QPDFViewerView
-
Getter for the application toolbar
- getToolbarLocation() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the current location of the toolbar.
- getTriggerActions() - Method in interface com.qoppa.android.pdf.annotations.Annotation
-
Returns a list of mouse related actions associated with this annotation.
- getTriggerActions() - Method in interface com.qoppa.android.pdf.form.FormField
-
Gets the TriggerActions associated with the field.
- getTrustedCertificates() - Static method in class com.qoppa.android.pdf.SignatureSettings
-
This method returns a hashtable of trusted certificates keyed by the unique identifier
of the X509Certificate that is returned from SignatureSettings.getUniqueIdentifier(X509Certificate)
- getTvPages() - Method in class com.qoppa.viewer.views.Toolbar
-
The pages TextView.
- getType() - Method in class com.qoppa.android.pdf.annotations.SlimAnnotation
-
- getTypeFace() - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- getUniqueIdentifier(X509Certificate) - Static method in class com.qoppa.android.pdf.SignatureSettings
-
Returns a unique identifier for a certificate.
- getURL() - Method in class com.qoppa.android.pdfViewer.actions.URLAction
-
Returns the URL that this action refers to.
- getUserName() - Method in interface com.qoppa.android.pdf.form.FormField
-
Gets this field's user name.
- getValidateActions() - Method in class com.qoppa.android.pdfViewer.actions.TriggerActions
-
Get the list of actions to be performed when a field value is changed
- getValidityText() - Method in class com.qoppa.android.pdf.SignatureValidity
-
Returns a textual description of the state of the signature.
- getValue() - Method in interface com.qoppa.android.pdf.form.CheckBoxField
-
Returns the value for the check box field.
- getValue() - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the current selected value.
- getValue() - Method in interface com.qoppa.android.pdf.form.RadioButtonGroupField
-
Returns the value for this radio button group field.
- getValue() - Method in interface com.qoppa.android.pdf.form.TextField
-
Returns the value of the text field.
- getValues() - Method in interface com.qoppa.android.pdf.form.ChoiceField
-
Returns the current list of selected export values.
- getVersion() - Static method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns version string for jPDFProcess.
- getVertex(int) - Method in interface com.qoppa.android.pdf.annotations.Vertices
-
Gets the vertex at the given index.
- getVertexCount() - Method in interface com.qoppa.android.pdf.annotations.Vertices
-
Gets the number of vertices that are held in this object.
- getVertices() - Method in interface com.qoppa.android.pdf.annotations.Polygon
-
Returns an object that manages the vertices in the polygon.
- getVertices() - Method in interface com.qoppa.android.pdf.annotations.Polyline
-
Returns an object that manages the vertices in the polygon.
- getViewer() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- getViewer() - Method in class com.qoppa.viewer.views.PDFPageView
-
- getViewMode() - Method in class com.qoppa.viewer.QPDFViewerView
-
Returns the current view mode.
- getWidgets() - Method in interface com.qoppa.android.pdf.form.FormField
-
Gets a list of any widgets associated with this field.
- getWidth() - Method in interface com.qoppa.android.pdf.annotations.Caret
-
- getWords() - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns all words in the pdf document as a Vector
of
Strings
.
- getWords(int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Returns all words contained in the specified page of the pdf document as
a Vector of Strings.
- getX() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the x coordinate of the GotoPageAction.
- getX1() - Method in interface com.qoppa.android.pdf.annotations.Line
-
Returns the x coordinate of the origin of this line.
- getX2() - Method in interface com.qoppa.android.pdf.annotations.Line
-
Returns the x coordinate of the endpoint of this line.
- getXMPMetadata(String) - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the XMP metadata in the document.
- getXMPMetadata() - Method in class com.qoppa.android.pdf.DocumentInfo
-
Returns the raw XMP metadata in the document as an array of bytes.
- getY() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the y coordinate of the GotoPageAction.
- getY1() - Method in interface com.qoppa.android.pdf.annotations.Line
-
Returns the y coordinate of the origin of this line.
- getY2() - Method in interface com.qoppa.android.pdf.annotations.Line
-
Returns the y coordinate of the endpoint of this line.
- getZoomMode() - Method in class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Returns the zoom mode.
- goToPage(int) - Method in class com.qoppa.viewer.QPDFViewerView
-
Navigates to the specified page number in the document.
- GotoPageAction - Class in com.qoppa.android.pdfViewer.actions
-
A GotoPageAction can be used to position the display a page in a PDF
document.
- GotoPageAction(PDFPage) - Constructor for class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Constructs a GotoPageAction with an IPDFPage
.
- GotoPageAction(PDFPage, int, int, double) - Constructor for class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Constructs a GotoPageAction with an IPDFPage
and with values
to set the x and y coordinates as well as the zoom scale.
- GotoPageAction(PDFPage, int) - Constructor for class com.qoppa.android.pdfViewer.actions.GotoPageAction
-
Constructs a GotoPageAction with an IPDFPage
and a zoom
mode.
- GotoPageRemoteAction - Class in com.qoppa.android.pdfViewer.actions
-
Action that tells the viewer to go to a page in
a different PDF document.
- GotoPageRemoteAction(String, int) - Constructor for class com.qoppa.android.pdfViewer.actions.GotoPageRemoteAction
-
Constructs the action with a target document and a page number.