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 interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_SINGLEPAGE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOCOLUMNRIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGELEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGERIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_CONTINUOUS - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Continuous page display mode.
PAGEMODE_COVER - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Facing pages display mode with cover page.
PAGEMODE_COVER_CONTINUOUS - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Continuous facing pages display mode with cover page.
PAGEMODE_FACING - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Facing pages display mode.
PAGEMODE_FACING_CONTINUOUS - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Continuous facing pages display mode.
PAGEMODE_FULLSCREEN - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_SINGLEPAGE - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
Single page display mode.
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
 
pagePrinting(IPDFDocument, int) - Method in interface com.qoppa.pdf.PrintListener
Invoked when a page is printed.
PageThumbnail - Interface in com.qoppa.pdfViewer.panels
Interface to the page thumbnail image.
PageViewContextMenu - Class in com.qoppa.pdfViewer.contextmenus
The PageViewContextMenu represents the popup menu that is displayed when the user right clicks on the PageViewPanel and the Text Selection Tool is not active.
PageViewContextMenu() - Constructor for class com.qoppa.pdfViewer.contextmenus.PageViewContextMenu
Constructs a new ViewerContextMenu
PageViewContextMenuNotes - Class in com.qoppa.pdfNotes.contextmenus
The PageViewContextMenuNotes represents the popup menu that is displayed when the user right clicks on the PageViewPanelNotes and the Text Selection Tool is not active.
PageViewContextMenuNotes() - Constructor for class com.qoppa.pdfNotes.contextmenus.PageViewContextMenuNotes
 
PageViewPanel - Interface in com.qoppa.pdfViewer.panels
Interface to the panel that contains the page views.
PageViewPanelNotes - Interface in com.qoppa.pdfNotes.panels
Interface to the panel that contains the page views.
paint(Graphics) - Method in interface com.qoppa.pdf.annotations.Annotation
Paints this annotation to a graphics object.
paint(Graphics, int, int, Color) - Method in interface com.qoppa.pdfViewer.panels.PageThumbnail
Paints this thumbnail image to a Graphics object.
paintPage(Graphics2D) - Method in interface com.qoppa.pdf.dom.IPDFPage
Paints this page to the given graphics object.
paintPage(Graphics2D, boolean) - Method in interface com.qoppa.pdf.dom.IPDFPage
Paints this page to the given graphics object, with an option to paint the annotations on the page.
PanelToolbar - Interface in com.qoppa.pdfViewer.panels
Interface to the helper panels toolbar.
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.
paste() - Method in class com.qoppa.pdfNotes.PDFNotesBean
this method checks the clipboard and pastes any object that it can handle into the document.
PDFContent - Interface in com.qoppa.pdf.source
Interface used to read PDF content.
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.
PDFNotesBean - Class in com.qoppa.pdfNotes
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.
PDFNotesBean.KeyInfoNotes - Class in com.qoppa.pdfNotes
This is the Main-Class for the jPDFNotes.jar that can generate server key requests, validate a key, and display server information.
PDFPanel - Interface in com.qoppa.pdfViewer.panels
The panel interface for customizing the panels available in PDFViewerBean.
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.
PDFSource - Interface in com.qoppa.pdf.source
Represents a source of PDF content.
PDFToolbar - Class in com.qoppa.pdfViewer
The PDFViewerBean toolbar.
PDFToolbar() - Constructor for class com.qoppa.pdfViewer.PDFToolbar
This method initializes
PDFViewerBean - Class in com.qoppa.pdfViewer
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.
PDFViewerBean.KeyInfoViewer - Class in com.qoppa.pdfViewer
This is the Main-Class for the jPDFViewer.jar that can generate server key requests, validate a key, and display server information.
PencilTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the Pencil Tool.
PencilTool() - Constructor for class com.qoppa.pdfNotes.settings.PencilTool
 
PerimeterTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the Perimeter Tool.
PerimeterTool() - Constructor for class com.qoppa.pdfNotes.settings.PerimeterTool
 
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.
PLAIN - Static variable in class com.qoppa.pdfNotes.settings.BookmarkTool
 
Polygon - Interface in com.qoppa.pdf.annotations
Class representing a Polygon annotation in a PDF document.
POLYGON_DIMENSION - Static variable in interface com.qoppa.pdf.annotations.Polygon
 
PolygonTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the Polygon Tool.
PolygonTool() - Constructor for class com.qoppa.pdfNotes.settings.PolygonTool
 
Polyline - Interface in com.qoppa.pdf.annotations
Class representing a Polyline annotation in a PDF document.
POLYLINE_DIMENSION - Static variable in interface com.qoppa.pdf.annotations.Polyline
 
PolylineTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the Polyline Tool.
PolylineTool() - Constructor for class com.qoppa.pdfNotes.settings.PolylineTool
 
Popup - Interface in com.qoppa.pdf.annotations
Interface representing a Popup annotation in a PDF document.
PRELIMINARYRESULTS - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
previousDocument(PDFViewerBean) - Method in interface com.qoppa.pdfViewer.history.HistoryListener
This method is called when a request has been made to go to the previous location, but there are no previous views in the LocationHistory of the current document.
print(Graphics) - Method in interface 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() - Method in interface com.qoppa.pdfViewer.panels.CommentPanel
Prints the comments tree
print(PrintSettings) - Method in class com.qoppa.pdfViewer.PDFViewerBean
Prints the PDF document to a printer.
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.
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.
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.
PushButtonField - Interface in com.qoppa.pdf.form
PushButtonField holds a push button field.
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