Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

P

PAGE_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_CLOSE - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
PAGE_CONTENT_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_LABEL_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_OPEN - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
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
 
PAGELAYOUT_ONECOLUMN - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Single page continuous
PAGELAYOUT_SINGLEPAGE - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Single page
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Two pages continuous
PAGELAYOUT_TWOPAGELEFT - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Two pages
PAGEMODE_FULLSCREEN - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Full-screen mode, with no menu bar, window controls, or any other window visible
PAGEMODE_USEATTACHMENTS - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: (PDF 1.6) Attachments panel visible
PAGEMODE_USENONE - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Neither document outline nor thumbnail images visible
PAGEMODE_USEOC - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: (PDF 1.5) Optional content group panel visible
PAGEMODE_USEOUTLINES - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Document outline visible
PAGEMODE_USETHUMBS - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Thumbnail images visible
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.
PasswordPermissions - Class in com.qoppa.pdf.permissions
This class contains information regarding a PDF document permissions.
PasswordPermissions() - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object with all permissions granted.
PasswordPermissions(boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object with all permissions set to allperms.
PasswordPermissions(int, boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object using perms, the permissions integer representing the 12 permissions bits as specified in the PDF documentation.
PDFAssemble - Class in com.qoppa.pdfAssemble
The PDFAssemble class provides methods to assemble and disassemble PDF documents.
PDFAssemble() - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Creates a blank PDFAssemble object.
PDFAssemble(InputStream, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from an InputStream.
PDFAssemble(String, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from a file.
PDFAssemble(URL, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from a URL.
PDFAssemble.KeyInfoAssemble - Class in com.qoppa.pdfAssemble
This is the Main-Class for the jPDFAssemble.jar that can generate server key requests, validate a key, and display server information.
PDFErrorHandling - Class in com.qoppa.pdf.errors
This class is used to set different error handling options within the PDF library.
PDFErrorHandling() - Constructor for class com.qoppa.pdf.errors.PDFErrorHandling
 
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.
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.
put(String, Vector<Action>) - Method in class com.qoppa.pdf.actions.TriggerActions
Overrides Hashtable method to keep track of modifications.
putAll(Map<? extends String, ? extends Vector<Action>>) - Method in class com.qoppa.pdf.actions.TriggerActions
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links