Example usage for Java java.awt PageAttributes fields, constructors, methods, implement or subclass
The text is from its open source code.
PageAttributes() Constructs a PageAttributes instance with default values for every attribute. |
void | setColor(ColorType color) Specifies whether pages using these attributes will be rendered in color or monochrome. |
void | setOrientationRequested(OrientationRequestedType orientationRequested) Specifies the print orientation for pages using these attributes. |
void | setOrientationRequested(int orientationRequested) Specifies the print orientation for pages using these attributes. |