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

P

PAGE_ADDED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGE_CONTENT_CHANGED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGE_MOVED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGE_REMOVED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGE_SIZE_CHANGED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGEANNOTS_REMOVED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
pageChanged(int, int) - Method in interface com.qoppa.viewer.listeners.PageChangedListener
The pageChanged method is called whenever a page change event occurs; inadvertently this might occur when a new document is loaded.
PageChangedListener - Interface in com.qoppa.viewer.listeners
A Listener that can be used to monitor page change events.
PAGEFIELDS_FLATTENED - Static variable in class com.qoppa.android.pdf.DocumentEvent
 
PAGELAYOUT_ONECOLUMN - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGELAYOUT_SINGLEPAGE - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGELAYOUT_TWOPAGELEFT - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_FULLSCREEN - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_USEATTACHMENTS - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_USENONE - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_USEOC - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_USEOUTLINES - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PAGEMODE_USETHUMBS - Static variable in class com.qoppa.android.pdfProcess.PDFDocument
 
PageViewOverlay - Interface in com.qoppa.viewer.views
An interface to allow developers to draw additional content on top of the PDFPageView.
paint(Canvas, boolean) - Method in interface com.qoppa.android.pdf.annotations.Annotation
Paints this annotation to a graphics object.
paintPage(Canvas, int) - Method in class com.qoppa.android.pdfProcess.PDFPage
Paints the contents of this page and a background to a Canvas.
paintPage(Canvas) - Method in class com.qoppa.android.pdfProcess.PDFPage
Paint the contents of this page to a Canvas.
paste(PDFPageView, PointF) - Method in class com.qoppa.notes.QPDFNotesView
If the clipboard contains an annotation, pastes it onto the page at the given location.
PDFCanvas - Class in com.qoppa.android.pdfProcess
Provides methods to modify a PDF page.
PDFCanvas(PDFPage, PDFContentStream2) - Constructor for class com.qoppa.android.pdfProcess.PDFCanvas
 
PDFCanvasForm - Class in com.qoppa.android.pdfProcess
 
PDFCanvasForm(PDFPage, PDFContentStream2) - Constructor for class com.qoppa.android.pdfProcess.PDFCanvasForm
 
PDFContent - Interface in com.qoppa.android.pdf.source
Interface used to read PDF content.
PDFDocument - Class in com.qoppa.android.pdfProcess
PDF Document object.
PDFDocument(URL, IPassword) - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Loads a PDF document from a URL.
PDFDocument(InputStream, IPassword) - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Creates a PDFDocument object from a PDF InputStream.
PDFDocument(String, IPassword) - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Loads a PDF document from a file.
PDFDocument() - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Creates a blank PDF document.
PDFDocument(PDFSource, IPassword) - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Create a PDFDocument object using a PDFSource interface.
PDFDocument(PDFSource, IPassword, Activity) - Constructor for class com.qoppa.android.pdfProcess.PDFDocument
Create a PDFDocument from a PDFSource.
PDFErrorHandling - Class in com.qoppa.android.pdf.errors
This class is used to set different error handling options within the PDF library.
PDFErrorHandling() - Constructor for class com.qoppa.android.pdf.errors.PDFErrorHandling
 
PDFException - Exception in com.qoppa.android.pdf
General exception thrown when there is any errors reading or displaying a PDF file.
PDFException(String) - Constructor for exception com.qoppa.android.pdf.PDFException
PDFException with a simple error message.
PDFException(String, Throwable) - Constructor for exception com.qoppa.android.pdf.PDFException
PDFException with an error message and an underlying cause.
PDFFont - Interface in com.qoppa.android.pdfProcess
This interface represents a font in a PDF document.
PDFFont.Style - Enum in com.qoppa.android.pdfProcess
 
PDFFontStandard - Class in com.qoppa.android.pdfProcess
An implementation of PDFFont.
PDFFontStandard(PDFFontStandard.PDFFontFamily, PDFFont.Style, float) - Constructor for class com.qoppa.android.pdfProcess.PDFFontStandard
 
PDFFontStandard.PDFFontFamily - Enum in com.qoppa.android.pdfProcess
 
PDFPage - Class in com.qoppa.android.pdfProcess
This class holds a page in a PDF document.
PDFPageView - Class in com.qoppa.viewer.views
 
PDFPageView(QPDFViewerView, PDFPage, float) - Constructor for class com.qoppa.viewer.views.PDFPageView
 
PDFPaint - Class in com.qoppa.android.pdfProcess
Used as a parameter in PDFCanvas to determine the properties of drawing commands.
PDFPaint() - Constructor for class com.qoppa.android.pdfProcess.PDFPaint
Default constructor for a PDFPaint object.
PDFPaint(PDFPaint) - Constructor for class com.qoppa.android.pdfProcess.PDFPaint
Construct a PDFPaint object by cloning properties from another PDFPaint object.
PDFPaint.Composite - Enum in com.qoppa.android.pdfProcess
 
PDFPaint.Style - Enum in com.qoppa.android.pdfProcess
 
PDFPassword - Class in com.qoppa.android.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.android.pdf.PDFPassword
Create an instance of the class that will hold a single fixed password.
PDFPassword(String[]) - Constructor for class com.qoppa.android.pdf.PDFPassword
Create an instance of the class that will hold a list of possible passwords.
PDFPath - Class in com.qoppa.android.pdfProcess
Represents a series of curves and lines which may be drawn to a page using @link {com.qoppa.android.pdfProcess.PDFCanvas.drawPath()}
PDFPath(PDFPage) - Constructor for class com.qoppa.android.pdfProcess.PDFPath
Constructs a PDFPage object that will be added to the passed in page.
PDFPath(float) - Constructor for class com.qoppa.android.pdfProcess.PDFPath
Constructs a PDFPath object that will be placed in a parent of the specified height.
PDFPermissionException - Exception in com.qoppa.android.pdf
Exception thrown when there is any permission error.
PDFPermissionException(String) - Constructor for exception com.qoppa.android.pdf.PDFPermissionException
 
PDFPermissions - Class in com.qoppa.android.pdf
This class contains information regarding a PDF document permissions.
PDFPermissions() - Constructor for class com.qoppa.android.pdf.PDFPermissions
Creates a new PDFPermissions object with all permissions granted.
PDFPermissions(boolean) - Constructor for class com.qoppa.android.pdf.PDFPermissions
Creates a new PDFPermissions object with all permissions set to allperms.
PDFPermissions(int, boolean) - Constructor for class com.qoppa.android.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 in com.qoppa.android.pdf
PDFRenderHints allows the application to change the default rendering hints used when rendering a document.
PDFRenderHints() - Constructor for class com.qoppa.android.pdf.PDFRenderHints
 
PDFSource - Interface in com.qoppa.android.pdf.source
Represents a source of PDF content.
picture - Variable in class com.qoppa.notes.views.annotcomps.drawingtools.Preview
 
Polygon - Interface in com.qoppa.android.pdf.annotations
Class representing a Polygon annotation in a PDF document.
POLYGON_DIMENSION - Static variable in interface com.qoppa.android.pdf.annotations.Polygon
 
Polyline - Interface in com.qoppa.android.pdf.annotations
Class representing a Polyline annotation in a PDF document.
POLYLINE_DIMENSION - Static variable in interface com.qoppa.android.pdf.annotations.Polyline
 
Popup - Interface in com.qoppa.android.pdf.annotations
Interface representing a Popup annotation in a PDF document.
pressed(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.BlackSquareDrawingTool
 
pressed(MotionEvent) - Method in class com.qoppa.notes.views.annotcomps.drawingtools.InkDrawingTool
 
pressed(MotionEvent) - Method in class com.qoppa.viewer.views.annotcomps.AnnotComponent
 
Preview - Class in com.qoppa.notes.views.annotcomps.drawingtools
 
Preview(Picture, float, float) - Constructor for class com.qoppa.notes.views.annotcomps.drawingtools.Preview
 
prevPage() - Method in class com.qoppa.viewer.QPDFViewerView
Navigates to the previous page in the document.
print(Canvas) - Method in interface com.qoppa.android.pdf.annotations.Annotation
Prints this annotation to a graphics object.
PrintSettings - Class in com.qoppa.android.pdf
This object controls the behaviour of the library when sending a PDF document to the printer.
PrintSettings() - Constructor for class com.qoppa.android.pdf.PrintSettings
Constructs a default PrintSettings object.
PrintSettings(boolean, boolean, boolean, boolean) - Constructor for class com.qoppa.android.pdf.PrintSettings
Constructs a new PrintSettings object and initializes each of its variables to the parameters.
PrintSettings(PrintSettings) - Constructor for class com.qoppa.android.pdf.PrintSettings
Constructs a new PrintSettings object and initializes to init.
PROMPT - Static variable in class com.qoppa.notes.settings.JavaScriptSettings
Setting to prompt the user (per document) to enable javascript.
prunePageActions(PDFObject, Set<PDFReference>) - Static method in class com.qoppa.android.pdfProcess.Destinations
 
prunePageDests(PDFDictionary, String, Set<PDFReference>) - Static method in class com.qoppa.android.pdfProcess.Destinations
 
PushButtonField - Interface in com.qoppa.android.pdf.form
PushButtonField holds a push button field.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links