Interface DuplexMode<T extends PrintSettings>

Type Parameters:
T - the concrete print settings type
All Known Subinterfaces:
SystemPrinter.HtmlSettings, SystemPrinter.PdfSettings, SystemPrinter.Settings<T>

public interface DuplexMode<T extends PrintSettings>
Allows configuring the duplex mode for printing.

Implemented by concrete PrintSettings implementations that support configuring the duplex mode for printing.

Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the duplex mode used by the printer.
    duplexMode(DuplexMode duplexMode)
    Configures the duplex mode for printing.