@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
Capabilities |
The capabilities of a printer.
|
PageMargins |
The page margins used for printing.
|
PageMargins.CustomMargins |
Page margins in points.
|
PageRange |
A page range to be printed.
|
PdfPrinter<PrintSettingT extends PrintSettings> |
A printer that allows you to print to PDF.
|
PdfPrinter.HtmlSettings |
Print settings available when printing HTML content on the PDF printer.
|
PdfPrinter.PdfSettings |
Print settings available when printing PDF content on the PDF printer.
|
PdfPrinter.Settings<T extends PdfPrinter.Settings<T>> |
Print settings available when printing HTML or PDF content on the PDF printer.
|
Printer<PrintSettingsT extends PrintSettings> |
An interface for concrete printers to implement.
|
Printers<PdfT extends PrintSettings,SystemT extends PrintSettings> |
Provides access to the available printers.
|
PrintJob<PrintSettingT extends PrintSettings> |
A printing operation that is currently in-progress.
|
PrintSettings |
A common interface for the concrete print job settings to implement.
|
Scaling |
The scaling used for printing.
|
Scaling.CustomScaling |
The custom scaling used for printing.
|
SystemPrinter<PrintSettingT extends PrintSettings> |
A local or network printer installed in the system.
|
SystemPrinter.HtmlSettings |
Print settings available when printing HTML content on a physical printer.
|
SystemPrinter.PdfSettings |
Print settings available when printing PDF content on a physical printer.
|
SystemPrinter.Settings<T extends SystemPrinter.Settings<T>> |
Print settings available when printing HTML or PDF content on a physical printer.
|
Class | Description |
---|---|
PaperSize |
The paper size used for printing.
|
Enum | Description |
---|---|
ColorModel |
Color models used for printing.
|
DuplexMode |
Defines which sides of the paper sheet should be used for printing.
|
Orientation |
Page orientation values used for printing.
|
PagesPerSheet |
The pages per sheet values that Chromium supports.
|
PaperSize.Unit |
Represents the measurement unit of the paper size.
|