Uses of Class
javax.print.attribute.standard.OrientationRequested
Packages that use OrientationRequested
Package
Description
Package
javax.print.attribute.standard contains classes for specific
printing attributes.-
Uses of OrientationRequested in javax.print.attribute.standard
Fields in javax.print.attribute.standard declared as OrientationRequestedModifier and TypeFieldDescriptionstatic final OrientationRequestedOrientationRequested.LANDSCAPELandscape is defined to be a rotation of the print-stream page to be imaged by +90 degrees with respect to the medium (i.e. anti-clockwise) from the portrait orientation.static final OrientationRequestedOrientationRequested.PORTRAITThe content will be imaged across the default orientation of the medium.static final OrientationRequestedOrientationRequested.REVERSE_LANDSCAPEThe content will be imaged similarly, but in the opposite manner from landscape.static final OrientationRequestedOrientationRequested.REVERSE_PORTRAITThe content will be imaged similarly to, but in the opposite manner from portrait.