- DEFAULT_BACKGROUND_COLOR - Static variable in class com.qoppa.android.pdfProcess.PDFPage
-
The background color that will be used when rendering a page, if no specific color has been set.
- delete() - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
This method can be called to delete the Annotation from the document.
- deleteAnnot(QAnnotation) - Method in class com.qoppa.viewer.views.PDFPageView
-
- deleteAnnotations() - Method in class com.qoppa.android.pdfProcess.PDFPage
-
Delete all annotations from the page.
- deletePage(int) - Method in class com.qoppa.android.pdfProcess.PDFDocument
-
Deletes a page from this document.
- DEPARTMENTAL - Static variable in interface com.qoppa.android.pdf.annotations.RubberStamp
-
- deriveFont(float) - Method in interface com.qoppa.android.pdfProcess.PDFFont
-
Returns a new instance of this font but with the given size.
- deriveFont(float) - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- deriveFont(PDFFont.Style) - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- deriveFont(PDFFont.Style, float) - Method in class com.qoppa.android.pdfProcess.PDFFontStandard
-
- Destinations - Class in com.qoppa.android.pdfProcess
-
- Destinations(PDFDictionary, PDFDocument) - Constructor for class com.qoppa.android.pdfProcess.Destinations
-
- dispatchTouchEvent(MotionEvent) - Method in class com.qoppa.viewer.views.ScrollViewWrapperSingle
-
- DITHER_FLOYD_STEINBERG - Static variable in class com.qoppa.android.pdf.TIFFOptions
-
Use Floyd-Steinberg dithering when converting to B&W
- DITHER_NONE - Static variable in class com.qoppa.android.pdf.TIFFOptions
-
Do not dither output B&W images
- DOCUMENT_CHANGED - Static variable in class com.qoppa.android.pdf.DocumentEvent
-
- documentChanged(DocumentEvent) - Method in interface com.qoppa.android.pdf.DocumentChangeListener
-
- DocumentChangeListener - Interface in com.qoppa.android.pdf
-
Listener interfaces to notify objects when a document has been changed.
- DocumentEvent - Class in com.qoppa.android.pdf
-
Event object that gets sent to IDocumentListener methods whenever a document is changed.
- DocumentEvent(PDFDocument, int, int) - Constructor for class com.qoppa.android.pdf.DocumentEvent
-
- DocumentEvent(PDFDocument, int, int, Object) - Constructor for class com.qoppa.android.pdf.DocumentEvent
-
- DocumentInfo - Class in com.qoppa.android.pdf
-
This class is a container for the information section of a PDF document.
- DocumentInfo() - Constructor for class com.qoppa.android.pdf.DocumentInfo
-
- DocumentListener - Interface in com.qoppa.viewer.listeners
-
- documentModified() - Method in class com.qoppa.viewer.QPDFViewerView
-
- documentOpened() - Method in interface com.qoppa.viewer.listeners.DocumentListener
-
Called after a document finishes loading, to notify listeners that a new document has been opened.
- documentSaved(String) - Method in interface com.qoppa.viewer.listeners.DocumentListener
-
Called after a document is saved.
- doNotScroll() - Method in interface com.qoppa.android.pdf.annotations.WidgetText
-
- doubleTap(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.AnnotDrawingTool
-
- doubleTap(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.InkDrawingTool
-
- doubleTap(MotionEvent) - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- DRAFT - Static variable in interface com.qoppa.android.pdf.annotations.RubberStamp
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.BlackSquareDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.CalloutDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.InkDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.LineDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.NoteDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.RubberStampDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.ShapeDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.TypeWriterDrawingTool
-
- dragged(MotionEvent) - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
-
- draw(Canvas) - Method in interface com.qoppa.android.pdfProcess.IPicture
-
- draw(PDFCanvas, RectF) - Method in interface com.qoppa.android.pdfProcess.IStampPainter
-
Draws custom shapes, text, and images onto the PDFCanvas.
- draw(Canvas, RectF) - Method in interface com.qoppa.android.pdfProcess.IStampPainter
-
Draws custom shapes, text, and images onto the Canvas.
- drawBitmap(Bitmap, int, int, ImageParam) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a Bitmap
- drawBitmap(Bitmap, int, int, float, float, ImageParam) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a Bitmap
- drawBitmap(Bitmap, int, int, float, float, ImageParam, int) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a Bitmap
- drawBitmap(Bitmap, Matrix, ImageParam) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a Bitmap, using the matrix to determine the bitmap
- drawBitmap(Bitmap, Matrix, ImageParam, int) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a Bitmap, using the matrix to determine the bitmap
- drawCurve(float, float, float, float, float, float, float, float, PDFPaint) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a bezier curve.
- drawLine(float, float, float, float, PDFPaint) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a line.
- drawPath(PDFPath, PDFPaint) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a path
- drawRect(float, float, float, float, PDFPaint) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws a rectangle.
- drawText(String, int, float, float, PDFFont) - Method in class com.qoppa.android.pdfProcess.PDFCanvas
-
Draws some text
- drawText(String, int, float, float, PDFFont) - Method in class com.qoppa.android.pdfProcess.PDFCanvasForm
-
Draws some text