@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| Collate<T extends PrintSettings> |
Allows configuring collate printing.
|
| ColorModel<T extends PrintSettings> |
Allows configuring the color model for printing.
|
| Copies<T extends PrintSettings> |
Allows configuring the number of copies to print.
|
| DuplexMode<T extends PrintSettings> |
Allows configuring the duplex mode for printing.
|
| Orientation<T extends PrintSettings> |
Allows configuring the page orientation.
|
| PageMargins<T extends PrintSettings> |
Allows configuring the page margins.
|
| PageRanges<T extends PrintSettings> |
Allows configuring the page ranges to print.
|
| PagesPerSheet<T extends PrintSettings> |
Allows configuring the number of pages per sheet.
|
| PaperSize<T extends PrintSettings> |
Allows configuring the paper size for printing.
|
| PdfFilePath<T extends PrintSettings> |
Allows configuring the destination PDF file path.
|
| PrintBackgrounds<T extends PrintSettings> |
Allows configuring printing background graphics.
|
| PrintHeaderFooter<T extends PrintSettings> |
Allows configuring printing headers and footers.
|
| PrintSelectionOnly<T extends PrintSettings> |
Allows configuring printing only the selected content.
|