T - the concrete print settings typepublic interface PrintSelectionOnly<T extends PrintSettings>
Implemented by concrete PrintSettings implementations that support configuring
printing only the selected content.
| Modifier and Type | Method and Description |
|---|---|
T |
disablePrintingSelectionOnly()
Disables printing only the selected content.
|
T |
enablePrintingSelectionOnly()
Enables printing only the selected content.
|
boolean |
isPrintingSelectionOnlyEnabled()
Returns
true if printing only the selected content is enabled. |
T enablePrintingSelectionOnly()
ObjectClosedException - if the current printing operation has been completedT disablePrintingSelectionOnly()
ObjectClosedException - if the current printing operation has been completedboolean isPrintingSelectionOnlyEnabled()
true if printing only the selected content is enabled.ObjectClosedException - if the current printing operation has been completed