Package-level declarations

Contains classes and interfaces related to print settings.

Contains classes and interfaces related to print settings.

Types

Link copied to clipboard
public interface Collate<T extends PrintSettings>
public interface Collate<T extends PrintSettings>
Allows configuring collate printing.
Link copied to clipboard
public interface ColorModel<T extends PrintSettings>
public interface ColorModel<T extends PrintSettings>
Allows configuring the color model for printing.
Link copied to clipboard
public interface Copies<T extends PrintSettings>
public interface Copies<T extends PrintSettings>
Allows configuring the number of copies to print.
Link copied to clipboard
public interface DuplexMode<T extends PrintSettings>
public interface DuplexMode<T extends PrintSettings>
Allows configuring the duplex mode for printing.
Link copied to clipboard
public interface Fit<T extends PrintSettings>
public interface Fit<T extends PrintSettings>
Allows configuring the fit of the printable content into the page.
Link copied to clipboard
public interface FooterTemplate<T extends PrintSettings>
public interface FooterTemplate<T extends PrintSettings>
An HTML template for the print footer.
Link copied to clipboard
public interface HeaderTemplate<T extends PrintSettings>
public interface HeaderTemplate<T extends PrintSettings>
An HTML template for the print header.
Link copied to clipboard
public interface Orientation<T extends PrintSettings>
public interface Orientation<T extends PrintSettings>
Allows configuring the page orientation.
Link copied to clipboard
public interface PageMargins<T extends PrintSettings>
public interface PageMargins<T extends PrintSettings>
Allows configuring the page margins.
Link copied to clipboard
public interface PageRanges<T extends PrintSettings>
public interface PageRanges<T extends PrintSettings>
Allows configuring the page ranges to print.
Link copied to clipboard
public interface PagesPerSheet<T extends PrintSettings>
public interface PagesPerSheet<T extends PrintSettings>
Allows configuring the number of pages per sheet.
Link copied to clipboard
public interface PaperSize<T extends PrintSettings>
public interface PaperSize<T extends PrintSettings>
Allows configuring the paper size for printing.
Link copied to clipboard
public interface PdfFilePath<T extends PrintSettings>
public interface PdfFilePath<T extends PrintSettings>
Allows configuring the destination PDF file path.
Link copied to clipboard
public interface PrintBackgrounds<T extends PrintSettings>
public interface PrintBackgrounds<T extends PrintSettings>
Allows configuring printing background graphics.
Link copied to clipboard
public interface PrintHeaderFooter<T extends PrintSettings>
public interface PrintHeaderFooter<T extends PrintSettings>
Allows configuring printing headers and footers.
Link copied to clipboard
public interface PrintSelectionOnly<T extends PrintSettings>
public interface PrintSelectionOnly<T extends PrintSettings>
Allows configuring printing only the selected content.
Link copied to clipboard
public interface Scaling<T extends PrintSettings>
public interface Scaling<T extends PrintSettings>
Allows configuring the scaling for printing.