T
- the concrete print settings typepublic interface Orientation<T extends PrintSettings>
Implemented by concrete PrintSettings
implementations that support configuring the
page orientation.
Modifier and Type | Method and Description |
---|---|
Orientation |
orientation()
Returns the page orientation.
|
T |
orientation(Orientation orientation)
Configures the page orientation.
|
T orientation(Orientation orientation)
orientation
- the page orientationObjectClosedException
- if the current printing operation has been completedOrientation orientation()
ObjectClosedException
- if the current printing operation has been completed