Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
A
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
GotoPageAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
GotoPageRemoteAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
HideShowAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
JSAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
LaunchAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
NamedAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
NullAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
ResetForm
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
SetOCGState
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
URLAction
ALIGN_BOTTOM
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_CENTER
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_LEFT
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_RIGHT
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_TOP
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ANNOTATIONS_IMPORTED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_ADDED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_MODIFIED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_MOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOT_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
APPROVED
- Static variable in interface com.qoppa.pdf.annotations.
RubberStamp
ASIS
- Static variable in interface com.qoppa.pdf.annotations.
RubberStamp
ATTACH_ADDED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ATTACH_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
AcroForm
- interface com.qoppa.pdf.form.
AcroForm
.
This class represents the AcroForm content in a PDF document.
Action
- class com.qoppa.pdfViewer.actions.
Action
.
Abstract class to define a generic actions.
Action()
- Constructor for class com.qoppa.pdfViewer.actions.
Action
Annotation
- interface com.qoppa.pdf.annotations.
Annotation
.
Interface used to represent a PDF annotation.
AnnotationComponent
- interface com.qoppa.pdf.annotations.
AnnotationComponent
.
This interface is implemented by components that display annotations.
AnnotationFactory
- class com.qoppa.pdf.annotations.
AnnotationFactory
.
AnnotationFactory()
- Constructor for class com.qoppa.pdf.annotations.
AnnotationFactory
addAction(Action)
- Method in interface com.qoppa.pdf.
Bookmark
Adds an Action to this Bookmark
addAnnotation(Annotation)
- Method in class com.qoppa.pdfProcess.
PDFPage
Adds a new annotation to this page.
addAnnotations(Hashtable)
- Method in class com.qoppa.pdfProcess.
PDFDocument
This method allows multiple annotations to be added to multiple pages.
addChildBookmark(String)
- Method in interface com.qoppa.pdf.
Bookmark
Add a child bookmark.
addDocumentListener(IDocumentListener)
- Method in interface com.qoppa.pdf.dom.
IPDFDocument
Internal method to keep track of document events.
addDocumentListener(IDocumentListener)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Internal method to keep track of document events.
addEmbeddedFile(File)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Embeds a file into this PDF document.
addError(RenderError)
- Static method in class com.qoppa.pdf.errors.
PDFErrorHandling
Add an error to the list of errors accumulated.
addError(Throwable, String)
- Static method in class com.qoppa.pdf.errors.
PDFErrorHandling
Add an error to the list of errors accumulated.
addFieldListener(FieldListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a field listener to this field.
addGesture()
- Method in interface com.qoppa.pdf.annotations.
GestureList
Add a new gesture to the gesture list.
addGesture()
- Method in interface com.qoppa.pdf.annotations.
Ink
Creates a new line and returns it to the calling function.
addJPEGImage(File, int, int, AffineTransform)
- Method in class com.qoppa.pdfProcess.
PDFPage
Adds a JPEG image onto this page.
addKeyListener(KeyListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a key listener to this field.
addKeyStore(KeyStore)
- Static method in class com.qoppa.pdf.
SignatureSettings
Adds any X509 certificates found in a key store to the trusted certificate list to be used when verifying digital signatures.
addLayer(String, int)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates and returns a PDF layer (Optional Content Group).
addLayerListener(LayerListener)
- Method in class com.qoppa.pdf.
Layer
Adds an object that will listen to changes in the layer's visible state.
addMouseListener(MouseListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a mouse listener to this field.
addPolyline()
- Method in interface com.qoppa.pdf.annotations.
Ink
Deprecated.
Please use addGesture
addRenderingHints(Map)
- Method in class com.qoppa.pdfProcess.
PDFGraphics
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addResultAnnotations()
- Method in interface com.qoppa.preflight.results.
PreflightResults
Adds the ResultRecords as Annotations to the document that was preflighted.
addSignatureField(String, Rectangle2D)
- Method in class com.qoppa.pdfProcess.
PDFPage
Adds a signature field to this page.
addSignatureField(int, String, Rectangle2D)
- Method in class com.qoppa.pdfSecure.
PDFSecure
Adds a signature field to a page in the document.
addSubstituteFont(String, Font)
- Static method in class com.qoppa.pdf.
PDFRenderHints
Registers a substitute font to use when a font in a PDF file is not embedded in the file and the font is not registered with the operating system.
addVertex(double, double)
- Method in interface com.qoppa.pdf.annotations.
Vertices
Adds a vertex at the end of the list.
addX509Certificate(X509Certificate)
- Static method in class com.qoppa.pdf.
SignatureSettings
Adds a X509 certificate to the trusted certificate list to be used when verifying digital signatures.
append(byte[])
- Method in interface com.qoppa.pdf.source.
PDFContent
Append content to this PDF.
appendDocument(PDFAssemble)
- Method in class com.qoppa.pdfAssemble.
PDFAssemble
Appends a PDF document to this document.
appendDocument(PDFDocument)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Appends a PDF document to this document.
appendGIFAsPage(String, int)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(InputStream, int)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(String, int)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(InputStream, int)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the GIF image to it.
appendImage(File)
- Method in class com.qoppa.pdfProcess.
PDFDocument
This method appends an image (or series of images) to the current document.
appendImage(InputStream, String)
- Method in class com.qoppa.pdfProcess.
PDFDocument
This method appends an image (or series of images) to the current document.
appendJPEGAsPage(String)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(InputStream)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the JPEG image to it.
appendJPEGAsPage(String, int)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(String)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(InputStream)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the JPEG image to it.
appendJPEGAsPage(String, int)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the JPEG file to it.
appendNewPage(double, double)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates and appends a new PDFPage to this document.
appendPNGAsPage(String)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document and adds the PNG file to it.
appendPNGAsPage(InputStream)
- Method in class com.qoppa.pdfImages.
PDFImages
Creates a new page in the PDF document adds the PNG content to it.
appendPNGAsPage(String)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds the PNG file to it.
appendPNGAsPage(InputStream)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates a new page in the PDF document and adds a PNG image, read from an input stream, to it.
appendPage(PDFAssemble, int)
- Method in class com.qoppa.pdfAssemble.
PDFAssemble
Appends a page to this document.
appendPage(PDFPage)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Appends a page to this document.
appendPageContent(PDFPage, double, double, double, double)
- Method in class com.qoppa.pdfProcess.
PDFPage
Adds the content of another page to this page.
appendPreflightReport(Dimension)
- Method in interface com.qoppa.preflight.results.
PreflightResults
Appends the Preflight report to the document that was preflighted.
appendTIFFAsPages(String)
- Method in class com.qoppa.pdfImages.
PDFImages
Appends the pages in a TIFF file to the end of this document.
appendTIFFAsPages(InputStream)
- Method in class com.qoppa.pdfImages.
PDFImages
Appends the pages in a TIFF image from an input stream to the end of this document.
appendTIFFAsPages(String)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Appends the pages in a TIFF file to the end of this document.
appendTIFFAsPages(InputStream)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Appends the pages in a TIFF image from an input stream to the end of this document.
appendTextAsPages(String, TextToPDFSettings)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates new pages in the PDF document and adds the text from an text file to them.
appendTextAsPages(InputStream, TextToPDFSettings)
- Method in class com.qoppa.pdfProcess.
PDFDocument
Creates new pages in the PDF document and adds the text, read from an input stream, to them.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z