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

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

Introduction

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

The text is from its open source code.

Field

SidesONE_SIDED
Imposes each consecutive print-stream page upon the same side of consecutive media sheets.
SidesTWO_SIDED_LONG_EDGE
Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the long edge.
SidesTWO_SIDED_SHORT_EDGE
Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, such that the orientation of each pair of print-stream pages on the medium would be correct for the reader as if for binding on the short edge.
SidesDUPLEX
An alias for "two sided long edge" (see #TWO_SIDED_LONG_EDGE TWO_SIDED_LONG_EDGE ).
SidesTUMBLE
An alias for "two sided short edge" (see #TWO_SIDED_SHORT_EDGE TWO_SIDED_SHORT_EDGE ).