- PAGE_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- PAGE_CONTENT_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- PAGE_LABEL_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
-
- PAGEANNOTS_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- PAGEFIELDS_FLATTENED - Static variable in class com.qoppa.pdf.DocumentEvent
-
- PageLabels - Class in com.qoppa.pdf
-
This class holds constants used for setting page label styles.
- PageLabels() - Constructor for class com.qoppa.pdf.PageLabels
-
- pagePrinting(IPDFDocument, int) - Method in interface com.qoppa.pdf.PrintListener
-
Invoked when a page is printed.
- PasswordDialog - Class in com.qoppa.pdf
-
Simple dialog used to prompt the user for a password.
- PDFException - Exception in com.qoppa.pdf
-
General exception thrown when there is any errors reading or
displaying a PDF file.
- PDFException(String) - Constructor for exception com.qoppa.pdf.PDFException
-
PDFException with a simple error message.
- PDFException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFException
-
PDFException with an error message and an underlying cause.
- PDFPassword - Class in com.qoppa.pdf
-
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.
- PDFPasswordException - Exception in com.qoppa.pdf
-
Exception thrown when an invalid password is entered.
- PDFPasswordException(String) - Constructor for exception com.qoppa.pdf.PDFPasswordException
-
Construct a new PDFPasswordException.
- PDFPermissionException - Exception in com.qoppa.pdf
-
Exception thrown when there is any permission error.
- PDFPermissionException(String) - Constructor for exception com.qoppa.pdf.PDFPermissionException
-
- PDFRenderHints - Class in com.qoppa.pdf
-
PDFRenderHints allows the application to change the default rendering hints
used when rendering a document.
- PDFRenderHints() - Constructor for class com.qoppa.pdf.PDFRenderHints
-
- PDFSecurityException - Exception in com.qoppa.pdf
-
Exceptions related to security problems.
- PDFSecurityException(String) - Constructor for exception com.qoppa.pdf.PDFSecurityException
-
Construct a new PDFSecurityException.
- PDFSecurityException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFSecurityException
-
Construct a new PDFSecurityException.
- PDFText - Class in com.qoppa.pdfText
-
PDFText
is the class to extract the list of words contained in a PDF document as a Vector
.
- PDFText(InputStream, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
-
Creates a PDFText object from a PDF InputStream.
- PDFText(String, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
-
Loads a PDFText object from a file.
- PDFText(URL, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
-
Loads a PDFText object from a URL.
- PDFText.KeyInfoText - Class in com.qoppa.pdfText
-
This is the Main-Class for the jPDFText.jar that can generate server key
requests, validate a key, and display server information.
- PERM_FORMFILL_SIGNATURE - Static variable in class com.qoppa.pdf.SigningInformation
-
Certifying signature permission to allow form fill and signing.
- PERM_FORMFILL_SIGNATURE_COMMENTS - Static variable in class com.qoppa.pdf.SigningInformation
-
Certifying signature permission to allow form fill, signing, and comments.
- PERM_NOCHANGES - Static variable in class com.qoppa.pdf.SigningInformation
-
Certifying signature permission to indicate the document is intended to be final.
- PrintDefaults - Class in com.qoppa.pdf
-
This class is used to store and restore printer defaults across application
sessions.
- PrintListener - Interface in com.qoppa.pdf
-
The listener interface for receiving print events.
- PrintSettings - Class in com.qoppa.pdf
-
This object controls the behavior 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.
- propertyChanged(Layer) - Method in interface com.qoppa.pdf.LayerListener
-
This method gets called any time a layer's properties have changed.