Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Class and Description |
---|
ExcelConvertOptions
This class is used to set options when converting MS Excel documents to PDF.
|
ExcelConvertOptions.PageOrientation
Enum type used to set the Page Orientation Override.
|
ExcelConvertOptions.PageSize
This enum defines some of the common standard paper sizes
with their widths and heights stored in points where 72 points
equals 1 inch.
|
ExcelConvertOptions.Paging
Enum type used to set the Paging option.
|
OfficeConvertOptions
General options common to converting both Word and Excel documents to PDF
|
OfficeConvertOptions.SubstituteFontRecord
Defines a font substitution record.
|
OfficeException
General exception thrown when there are errors reading and
converting an Office document.
|
PDFSecuritySettings
This class holds encryption information that can be used to
set security on a new PDF Document
|
PowerPointConvertOptions
Options for converting a Word document to PDF
|
PrintOptions
This object controls the behavior of the library when sending a Word document
to the printer.
|
WordConvertOptions
Options for converting a Word document to PDF
|
WordDocument
This class reads the binary MS Word .doc format used in Word 97-03 and
the .docx format introduced in Word 2007 (OOXML ECMA-376) and
converts to PDF, images or print the file.
|