Fit

public interface Fit<T extends PrintSettings>

Allows configuring the fit of the printable content into the page.

Implemented by concrete PrintSettings implementations that support configuring the fit of the printable content onto the page.

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract Fit fit()
Returns the fit used by the printer.
public abstract T fit(Fit fit)
Configures the fit for printing.