- 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.
- 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.
- PDFSecuritySettings - Class in com.qoppa.office
-
This class holds encryption information that can be used to
set security on a new PDF Document
- PDFSecuritySettings(String, String, PasswordPermissions, int) - Constructor for class com.qoppa.office.PDFSecuritySettings
-
Creates a set of encryption information.
- PowerPointConvertOptions - Class in com.qoppa.office
-
Options for converting a Word document to PDF
- PowerPointConvertOptions() - Constructor for class com.qoppa.office.PowerPointConvertOptions
-
- PowerPointDocument - Class in com.qoppa.office
-
This class reads the MS PowerPoint .pptx format introduced in PowerPoint 2007 (ISO/IEC-29500) and
converts to PDF, images or print the file.
- PowerPointDocument(String, PowerPointConvertOptions) - Constructor for class com.qoppa.office.PowerPointDocument
-
Load a PowerPoint document from a file - with convert options.
- PowerPointDocument(InputStream, PowerPointConvertOptions) - Constructor for class com.qoppa.office.PowerPointDocument
-
Load a PowerPoint document from a stream - with convert options.
- print(PrintOptions) - Method in class com.qoppa.office.ExcelDocument
-
Prints this Excel document.
- print(String, PrintOptions) - Method in class com.qoppa.office.ExcelDocument
-
Prints this Excel document to the specified printer, by name.
- print(String, PrintOptions, PrintRequestAttributeSet) - Method in class com.qoppa.office.ExcelDocument
-
Prints this Excel document to the specified printer, by name and passes the attribute set to the printer job.
- print(Graphics, PageFormat, int) - Method in class com.qoppa.office.ExcelDocument
-
Implementation of the print method to make ExcelDocument fulfill the Printable interface.
- print(PrintOptions) - Method in class com.qoppa.office.WordDocument
-
Prints this Word document.
- print(String, PrintOptions) - Method in class com.qoppa.office.WordDocument
-
Prints this Word document to the specified printer, by name.
- print(String, PrintOptions, PrintRequestAttributeSet) - Method in class com.qoppa.office.WordDocument
-
Prints this Word document to the specified printer, by name and passes the attribute set to the printer job.
- print(Graphics, PageFormat, int) - Method in class com.qoppa.office.WordDocument
-
Implementation of the print method to make WordDocument fulfill the Printable interface.
- PrintOptions - Class in com.qoppa.office
-
This object controls the behavior of the library when sending a Word document
to the printer.
- PrintOptions() - Constructor for class com.qoppa.office.PrintOptions
-
Constructs a default PrintOptions object.
- PrintOptions(boolean, boolean, boolean, boolean) - Constructor for class com.qoppa.office.PrintOptions
-
Constructs a new PrintOptions object and initializes each of its
variables to the parameters.
- printToDefaultPrinter(PrintOptions) - Method in class com.qoppa.office.ExcelDocument
-
Prints the Excel document to the default printer.
- printToDefaultPrinter(PrintOptions) - Method in class com.qoppa.office.WordDocument
-
Prints the Word document to the default printer.