Uses of Class
javax.print.attribute.standard.PresentationDirection
| Package | Description | 
|---|---|
| javax.print.attribute.standard | Package  javax.print.attribute.standardcontains classes for specific
 printing attributes. | 
- 
Uses of PresentationDirection in javax.print.attribute.standardFields in javax.print.attribute.standard declared as PresentationDirection Modifier and Type Field Description static PresentationDirectionPresentationDirection. TOBOTTOM_TOLEFTPages are laid out in columns starting at the top right, proceeding towards the bottom & left.static PresentationDirectionPresentationDirection. TOBOTTOM_TORIGHTPages are laid out in columns starting at the top left, proceeding towards the bottom & right.static PresentationDirectionPresentationDirection. TOLEFT_TOBOTTOMPages are laid out in rows starting at the top right, proceeding towards the left & bottom.static PresentationDirectionPresentationDirection. TOLEFT_TOTOPPages are laid out in rows starting at the bottom right, proceeding towards the left & top.static PresentationDirectionPresentationDirection. TORIGHT_TOBOTTOMPages are laid out in rows starting at the top left, proceeding towards the right & bottom.static PresentationDirectionPresentationDirection. TORIGHT_TOTOPPages are laid out in rows starting at the bottom left, proceeding towards the right & top.static PresentationDirectionPresentationDirection. TOTOP_TOLEFTPages are laid out in columns starting at the bottom right, proceeding towards the top & left.static PresentationDirectionPresentationDirection. TOTOP_TORIGHTPages are laid out in columns starting at the bottom left, proceeding towards the top & right.