Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
O
P
R
S
T
W
P
PAGEANNOTS_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PAGEFIELDS_FLATTENED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PAGE_ADDED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PAGE_CONTENT_CHANGED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PAGE_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PAGE_SIZE_CHANGED
- Static variable in class com.qoppa.pdf.
DocumentEvent
PDFDocument
- class com.qoppa.pdfImages.
PDFDocument
.
The
PDFDocument
class provides methods to load PDF documents and export or import images from and to the document.
PDFDocument()
- Constructor for class com.qoppa.pdfImages.
PDFDocument
Creates a blank PDFDocument object.
PDFDocument(String, IPassword)
- Constructor for class com.qoppa.pdfImages.
PDFDocument
Loads a PDF document from a file.
PDFDocument(InputStream, IPassword)
- Constructor for class com.qoppa.pdfImages.
PDFDocument
Loads a PDF document from an InputStream.
PDFDocument(URL, IPassword)
- Constructor for class com.qoppa.pdfImages.
PDFDocument
Loads a PDF document from a URL.
PDFErrorHandling
- class com.qoppa.pdf.errors.
PDFErrorHandling
.
This class is used to set different error handling options withing the PDF library.
PDFErrorHandling()
- Constructor for class com.qoppa.pdf.errors.
PDFErrorHandling
PDFException
- exception com.qoppa.pdf.
PDFException
.
General exception thrown when there is any errors reading or displaying a PDF file.
PDFException(String)
- Constructor for class com.qoppa.pdf.
PDFException
PDFException with a simple error message.
PDFPassword
- class com.qoppa.pdf.
PDFPassword
.
Implementation of the IPassword interface that can hold either a single password or a list of passwords.
PDFPassword(String)
- Constructor for class com.qoppa.pdf.
PDFPassword
Create an instance of the class that will hold a single fixed password.
PDFPassword(String[])
- Constructor for class com.qoppa.pdf.
PDFPassword
Create an instance of the class that will hold a list of possible passwords.
PDFPermissionException
- exception com.qoppa.pdf.
PDFPermissionException
.
Exception thrown when there is any permission error.
PDFPermissionException(String)
- Constructor for class com.qoppa.pdf.
PDFPermissionException
PDFPermissions
- class com.qoppa.pdf.
PDFPermissions
.
This class contains information regarding a PDF document permissions.
PDFPermissions()
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object with all permissions granted.
PDFPermissions(boolean)
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object with all permissions set to allperms.
PDFPermissions(int, boolean)
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object using perms, the permissions integer representing the 12 permissions bits as specified in the PDF documentation.
PDFRenderHints
- class com.qoppa.pdf.
PDFRenderHints
.
PDFRenderHints allows the application to change the default rendering hints used when rendering a document.
PDFRenderHints()
- Constructor for class com.qoppa.pdf.
PDFRenderHints
PasswordDialog
- class com.qoppa.pdf.
PasswordDialog
.
Simple dialog used to prompt the user for a password.
PrintSettings
- class com.qoppa.pdf.
PrintSettings
.
This object controls the behaviour of the library when sending a PDF document to the printer.
PrintSettings()
- Constructor for class com.qoppa.pdf.
PrintSettings
Constructs a default PrintSettings object.
PrintSettings(boolean, boolean, boolean, boolean)
- Constructor for class com.qoppa.pdf.
PrintSettings
Constructs a new PrintSettings object and initializes each of its variables to the parameters.
PrintSettings(PrintSettings)
- Constructor for class com.qoppa.pdf.
PrintSettings
Constructs a new PrintSettings object and initializes to init.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
O
P
R
S
T
W