- DECIMAL_NUMERALS - Static variable in class com.qoppa.pdf.PageLabels
-
The numbering style for decimal arabic numerals.
- DEFAULT_LENGTH_ESTIMATE - Static variable in class com.qoppa.pdf.TimestampServer
-
The signature length is used for padding when creating the digital signature.
- deleteAnnotations() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Delete all annotations in the document.
- deleteAnnotations() - Method in class com.qoppa.pdfProcess.PDFPage
-
- deleteAnnotations(List<? extends Annotation>) - Method in class com.qoppa.pdfProcess.PDFPage
-
Deletes a list of annotations on the page.
- deletePage(int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Deletes a page from this document.
- deletePage(int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Deletes a page from this document.
- deletePageRange(int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Delete a set of pages from this document.
- deletePages(int, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Deletes a range of pages in the document.
- DEPARTMENTAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- deselectAnnotationComponent(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Deselects an annotation.
- dispose() - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Disposes of this graphics context and releases
any system resources that it is using.
- DITHER_FLOYD_STEINBERG - Static variable in class com.qoppa.pdf.TIFFOptions
-
Use Floyd-Steinberg dithering when converting to B&W
- DITHER_NONE - Static variable in class com.qoppa.pdf.TIFFOptions
-
Do not dither output B&W images
- DOC_CLOSE - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- DOC_DID_PRINT - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- DOC_DID_SAVE - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- DOC_WILL_PRINT - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- DOC_WILL_SAVE - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- DocMDPPermissions - Class in com.qoppa.pdf.permissions
-
This class contains information about the DocMDP (Document modification detection and prevention)
permissions.
- DocMDPPermissions(int) - Constructor for class com.qoppa.pdf.permissions.DocMDPPermissions
-
Create a new DocMDPPermissions object.
- DOCUMENT_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- documentChanged(DocumentEvent) - Method in interface com.qoppa.pdf.IDocumentListener
-
- DocumentEvent - Class in com.qoppa.pdf
-
Event object that gets sent to IDocumentListener methods whenever a document is changed.
- DocumentEvent(IPDFDocument, int, int) - Constructor for class com.qoppa.pdf.DocumentEvent
-
- DocumentEvent(IPDFDocument, int, int, Object) - Constructor for class com.qoppa.pdf.DocumentEvent
-
- DocumentInfo - Class in com.qoppa.pdf
-
This class is a container for the information section of a PDF document.
- DocumentInfo() - Constructor for class com.qoppa.pdf.DocumentInfo
-
- DocumentViewPrefs - Interface in com.qoppa.pdf
-
This class is a container for the viewer preferences of a PDF document.
- doNotScroll() - Method in interface com.qoppa.pdf.annotations.WidgetText
-
- DRAFT - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- draw(Shape) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Strokes the outline of a Shape using the settings of the current Graphics2D context.
- drawArc(int, int, int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws the outline of a circular or elliptical arc
covering the specified rectangle.
- drawGlyphVector(GlyphVector, float, float) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders a BufferedImage that is filtered with a BufferedImageOp.
- drawImage(Image, AffineTransform, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders an image, applying a transform from image space into user space before drawing.
- drawImage(Image, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
- drawImage(Image, int, int, Color, AffineTransform, ImageCompression) - Method in class com.qoppa.pdfProcess.PDFPage
-
Draws an image onto this page.
- drawImage(Image, int, int, int, int, Color, AffineTransform, ImageCompression) - Method in class com.qoppa.pdfProcess.PDFPage
-
Draws an image onto this page.
- drawImage(Image, int, int, int, int, Color, AffineTransform, ImageCompression, Float) - Method in class com.qoppa.pdfProcess.PDFPage
-
Draws an image onto this page.
- drawLine(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws a line, using the current color, between the points
(x1, y1)
and (x2, y2)
in this graphics context's coordinate system.
- drawOval(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws the outline of an oval.
- drawPolygon(int[], int[], int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws a closed polygon defined by
arrays of x and y coordinates.
- drawPolyline(int[], int[], int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws a sequence of connected lines defined by
arrays of x and y coordinates.
- drawRect(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws the outline of the specified rectangle.
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders a RenderableImage, applying a transform from image space into user space before drawing.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders a RenderedImage, applying a transform from image space into user space before drawing.
- drawRoundRect(int, int, int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws an outlined round-cornered rectangle using this graphics
context's current color.
- drawSmallIcon(Component, Graphics2D) - Method in class com.qoppa.pdf.SignatureValidity
-
Draws a small icon that reflects the validity state of the signature.
- drawString(String, float, float) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D
context.
- drawString(String, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws the text given by the specified string, using this
graphics context's current font and color.
- drawString(AttributedCharacterIterator, float, float) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
- drawString(AttributedCharacterIterator, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Draws the text given by the specified iterator, using this
graphics context's current color.
- drawText(String, Font, Paint, double, double, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFPage
-
Draw text to this page using Java Font
- drawWatermark(Graphics2D, int, int, int, int) - Method in interface com.qoppa.pdf.IWatermark
-
This method is called by the Java PDF Library to draw a watermark on a
PDF document.
- DUPLEXFLIPLONGEDGE - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Duplex viewer preference: Duplex and flip on the long edge of the sheet
- DUPLEXFLIPSHORTEDGE - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Duplex viewer preference: Duplex and flip on the short edge of the sheet