Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
com.teamdev.jxbrowser.print.settings |
Contains classes and interfaces related to print settings.
|
Class and Description |
---|
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.
|
Printer
An interface for concrete printers to implement.
|
Printers
Provides access to the available printers.
|
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.
|
Class and Description |
---|
Capabilities
The capabilities of a printer.
|
ColorModel
Color models used for printing.
|
DuplexMode
Defines which sides of the paper sheet should be used for printing.
|
PageMargins
The page margins used for printing.
|
PageMargins.CustomMargins
Page margins in points.
|
PageRange
A page range to be printed.
|
PaperSize
The paper size used for printing.
|
PaperSize.Unit
Represents the measurement unit of the paper size.
|
PdfPrinter
A printer that allows you to print to PDF.
|
PdfPrinter.Settings
Print settings available when printing HTML or PDF content on the PDF printer.
|
Printer
An interface for concrete printers to implement.
|
PrintJob
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
A local or network printer installed in the system.
|
SystemPrinter.Settings
Print settings available when printing HTML or PDF content on a physical printer.
|
Class and 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.
|
PageRange
A page range to be printed.
|
PagesPerSheet
The pages per sheet values that Chromium supports.
|
PaperSize
The paper size used for printing.
|
PrintSettings
A common interface for the concrete print job settings to implement.
|