Uses of Interface
com.teamdev.jxbrowser.print.PrintSettings
Packages that use 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
Classes in com.teamdev.jxbrowser.print with type parameters of type PrintSettingsModifier and TypeInterfaceDescriptioninterfacePdfPrinter<PrintSettingT extends PrintSettings>A printer that allows you to print to PDF.interfacePrinter<PrintSettingsT extends PrintSettings>An interface for concrete printers to implement.interfacePrinters<PdfT extends PrintSettings,SystemT extends PrintSettings> Provides access to the available printers.interfacePrinters<PdfT extends PrintSettings,SystemT extends PrintSettings> Provides access to the available printers.interfacePrintJob<PrintSettingT extends PrintSettings>A printing operation that is currently in-progress.interfaceSystemPrinter<PrintSettingT extends PrintSettings>A local or network printer installed in the system.Subinterfaces of PrintSettings in com.teamdev.jxbrowser.printModifier and TypeInterfaceDescriptionstatic interfacePrint settings available when printing HTML content on the PDF printer.static interfacePrint settings available when printing PDF content on the PDF printer.static interfacePdfPrinter.Settings<T extends PdfPrinter.Settings<T>>Print settings available when printing HTML or PDF content on the PDF printer.static interfacePrint settings available when printing HTML content on a physical printer.static interfacePrint settings available when printing PDF content on a physical printer.static interfaceSystemPrinter.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
Classes in com.teamdev.jxbrowser.print.settings with type parameters of type PrintSettingsModifier and TypeInterfaceDescriptioninterfaceCollate<T extends PrintSettings>Allows configuring collate printing.interfaceColorModel<T extends PrintSettings>Allows configuring the color model for printing.interfaceCopies<T extends PrintSettings>Allows configuring the number of copies to print.interfaceDuplexMode<T extends PrintSettings>Allows configuring the duplex mode for printing.interfaceFit<T extends PrintSettings>Allows configuring the fit of the printable content into the page.interfaceFooterTemplate<T extends PrintSettings>An HTML template for the print footer.interfaceHeaderTemplate<T extends PrintSettings>An HTML template for the print header.interfaceOrientation<T extends PrintSettings>Allows configuring the page orientation.interfacePageMargins<T extends PrintSettings>Allows configuring the page margins.interfacePageRanges<T extends PrintSettings>Allows configuring the page ranges to print.interfacePagesPerSheet<T extends PrintSettings>Allows configuring the number of pages per sheet.interfacePaperSize<T extends PrintSettings>Allows configuring the paper size for printing.interfacePdfFilePath<T extends PrintSettings>Allows configuring the destination PDF file path.interfacePrintBackgrounds<T extends PrintSettings>Allows configuring printing background graphics.interfacePrintHeaderFooter<T extends PrintSettings>Allows configuring printing headers and footers.interfacePrintSelectionOnly<T extends PrintSettings>Allows configuring printing only the selected content.interfaceScaling<T extends PrintSettings>Allows configuring the scaling for printing.