Java javax.print.attribute.standard OrientationRequested fields, constructors, methods, implement or subclass

Example usage for Java javax.print.attribute.standard OrientationRequested fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.print.attribute.standard OrientationRequested.

The text is from its open source code.

Field

OrientationRequestedPORTRAIT
The content will be imaged across the short edge of the medium.
OrientationRequestedLANDSCAPE
The content will be imaged across the long edge of the medium.
OrientationRequestedREVERSE_LANDSCAPE
The content will be imaged across the long edge of the medium, but in the opposite manner from landscape.
OrientationRequestedREVERSE_PORTRAIT
The content will be imaged across the short edge of the medium, but in the opposite manner from portrait.