Interface Copies<T extends PrintSettings>

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

public interface Copies<T extends PrintSettings>
Allows configuring the number of copies to print.

Implemented by concrete PrintSettings implementations that support configuring the number of copies to print.

Since:
7.13
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of copies to print.
    copies(int copies)
    Configures the number of copies to print.
  • Method Details