Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDocument.print(PrintOptions options)
Prints this Excel document.
|
void |
WordDocument.print(PrintOptions options)
Prints this Word document.
|
void |
ExcelDocument.print(String printerName,
PrintOptions options)
Prints this Excel document to the specified printer, by name.
|
void |
WordDocument.print(String printerName,
PrintOptions options)
Prints this Word document to the specified printer, by name.
|
void |
ExcelDocument.print(String printerName,
PrintOptions options,
PrintRequestAttributeSet printAttrSet)
Prints this Excel document to the specified printer, by name and passes the attribute set to the printer job.
|
void |
WordDocument.print(String printerName,
PrintOptions options,
PrintRequestAttributeSet printAttrSet)
Prints this Word document to the specified printer, by name and passes the attribute set to the printer job.
|
void |
ExcelDocument.printToDefaultPrinter(PrintOptions options)
Prints the Excel document to the default printer.
|
void |
WordDocument.printToDefaultPrinter(PrintOptions options)
Prints the Word document to the default printer.
|