A B C D E F G H I K L M N O P R S T U W Z

P

PAGEANNOTS_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGEFIELDS_FLATTENED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGEMODE_FULLSCREEN - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEATTACHMENTS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USENONE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOC - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOUTLINES - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USETHUMBS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
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
 
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.
PDFNotesBean - class com.qoppa.pdfNotes.PDFNotesBean.
PDFNotesBean is a component that can be used to display and annotate PDF documents within an application or an applet.
PDFNotesBean() - Constructor for class com.qoppa.pdfNotes.PDFNotesBean
Construct a PDFNotesBean.
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
 
PDFToolbar - class com.qoppa.pdfViewer.PDFToolbar.
The PDFViewerBean toolbar.
PDFToolbar() - Constructor for class com.qoppa.pdfViewer.PDFToolbar
This method initializes
PDFViewerBean - class com.qoppa.pdfViewer.PDFViewerBean.
PDFViewer bean is a component that can be used to display PDF documents within an application or an applet.
PDFViewerBean() - Constructor for class com.qoppa.pdfViewer.PDFViewerBean
Construct the PDFViewerBean.
PasswordDialog - class com.qoppa.pdf.PasswordDialog.
Simple dialog used to prompt the user for a password.
Polyline - class com.qoppa.pdf.annotations.Polyline.
Class representing a Polyline annotation in a PDF document.
Polyline(String) - Constructor for class com.qoppa.pdf.annotations.Polyline
Constructs and Ink annotation with no lines.
Polyline(String, Vector) - Constructor for class com.qoppa.pdf.annotations.Polyline
Constructs and Ink annotation.
Popup - class com.qoppa.pdf.annotations.Popup.
Class representing a Sound annotation in a PDF document.
Popup(boolean) - Constructor for class com.qoppa.pdf.annotations.Popup
Constructs a rubber stamp annotation
Popup() - Constructor for class com.qoppa.pdf.annotations.Popup
 
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.
PushButtonField - interface com.qoppa.pdf.form.PushButtonField.
PushButtonField holds a push button field.
paint(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Annotation
Paints this annotation to a graphics object.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.FileAttachment
Draws the text icon.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.FreeText
 
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Link
 
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.MarkUpText
 
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Popup
Draws the stamp.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.RubberStamp
Draws the stamp.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.ShapeAnnotation
Draws the shape.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Sound
Draws the text icon.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Text
Draws the text icon.
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.Widget
 
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.WidgetButton
 
paintImpl(Graphics, boolean) - Method in class com.qoppa.pdf.annotations.WidgetSignature
 
paintNonText(Graphics2D) - Method in class com.qoppa.pdf.annotations.WidgetText
 
paintPage(Graphics2D) - Method in interface com.qoppa.pdf.dom.IPDFPage
Paints this page to the given graphics object.
paintText(Graphics2D) - Method in class com.qoppa.pdf.annotations.WidgetText
 
print(Graphics) - Method in class com.qoppa.pdf.annotations.Annotation
Prints this annotation to a graphics object.
print(PrintSettings) - Method in interface com.qoppa.pdf.dom.IPDFDocument
Prints this PDF document.
print(PrintSettings) - Method in class com.qoppa.pdfNotes.PDFNotesBean
 
print(PrintSettings) - Method in class com.qoppa.pdfViewer.PDFViewerBean
Prints the PDF document to a printer.
printPage(Graphics2D, PageFormat, PrintSettings) - Method in interface com.qoppa.pdf.dom.IPDFPage
Prints this page given a page format describing the printer's page and a PrintSettings object.

A B C D E F G H I K L M N O P R S T U W Z