Uses of Interface
com.teamdev.jxbrowser.print.PrintSettings
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of PrintSettings in com.teamdev.jxbrowser.print
Modifier and TypeInterfaceDescriptioninterface
PdfPrinter<PrintSettingT extends PrintSettings>
A printer that allows you to print to PDF.interface
Printer<PrintSettingsT extends PrintSettings>
An interface for concrete printers to implement.interface
Printers<PdfT extends PrintSettings,
SystemT extends PrintSettings> Provides access to the available printers.interface
Printers<PdfT extends PrintSettings,
SystemT extends PrintSettings> Provides access to the available printers.interface
PrintJob<PrintSettingT extends PrintSettings>
A printing operation that is currently in-progress.interface
SystemPrinter<PrintSettingT extends PrintSettings>
A local or network printer installed in the system.Modifier and TypeInterfaceDescriptionstatic interface
Print settings available when printing HTML content on the PDF printer.static interface
Print settings available when printing PDF content on the PDF printer.static interface
PdfPrinter.Settings<T extends PdfPrinter.Settings<T>>
Print settings available when printing HTML or PDF content on the PDF printer.static interface
Print settings available when printing HTML content on a physical printer.static interface
Print settings available when printing PDF content on a physical printer.static interface
SystemPrinter.Settings<T extends SystemPrinter.Settings<T>>
Print settings available when printing HTML or PDF content on a physical printer. -
Uses of PrintSettings in com.teamdev.jxbrowser.print.settings
Modifier and TypeInterfaceDescriptioninterface
Collate<T extends PrintSettings>
Allows configuring collate printing.interface
ColorModel<T extends PrintSettings>
Allows configuring the color model for printing.interface
Copies<T extends PrintSettings>
Allows configuring the number of copies to print.interface
DuplexMode<T extends PrintSettings>
Allows configuring the duplex mode for printing.interface
FooterTemplate<T extends PrintSettings>
An HTML template for the print footer.interface
HeaderTemplate<T extends PrintSettings>
An HTML template for the print header.interface
Orientation<T extends PrintSettings>
Allows configuring the page orientation.interface
PageMargins<T extends PrintSettings>
Allows configuring the page margins.interface
PageRanges<T extends PrintSettings>
Allows configuring the page ranges to print.interface
PagesPerSheet<T extends PrintSettings>
Allows configuring the number of pages per sheet.interface
PaperSize<T extends PrintSettings>
Allows configuring the paper size for printing.interface
PdfFilePath<T extends PrintSettings>
Allows configuring the destination PDF file path.interface
PrintBackgrounds<T extends PrintSettings>
Allows configuring printing background graphics.interface
PrintHeaderFooter<T extends PrintSettings>
Allows configuring printing headers and footers.interface
PrintSelectionOnly<T extends PrintSettings>
Allows configuring printing only the selected content.interface
Scaling<T extends PrintSettings>
Allows configuring the scaling for printing.