javax.print.attribute.standard
public final class PresentationDirection extends EnumSyntax implements PrintRequestAttribute, PrintJobAttribute
PresentationDirection
attribute specifies
a value to be used together with the NumberUp
attribute
to indicate the layout of multiple pages on a single media sheet.
IPP Compatibility: PresentationDirection is not an IPP 1.1 attribute.
Field Summary | |
---|---|
static PresentationDirection | TOBOTTOM_TOLEFT
The single pages are arranged on the media in columns starting
at the top right towards the bottom left. |
static PresentationDirection | TOBOTTOM_TORIGHT
The single pages are arranged on the media in columns starting
at the top left towards the bottom left. |
static PresentationDirection | TOLEFT_TOBOTTOM
The single pages are arranged on the media in rows starting
at the top right towards the left bottom. |
static PresentationDirection | TOLEFT_TOTOP
The single pages are arranged on the media in rows starting
at the bottom right towards the left top. |
static PresentationDirection | TORIGHT_TOBOTTOM
The single pages are arranged on the media in rows starting
at the top left towards the right bottom. |
static PresentationDirection | TORIGHT_TOTOP
The single pages are arranged on the media in rows starting
at the bottom left towards the right top. |
static PresentationDirection | TOTOP_TOLEFT
The single pages are arranged on the media in columns starting
at the bottom right towards the top left. |
static PresentationDirection | TOTOP_TORIGHT
The single pages are arranged on the media in columns starting
at the bottom left towards the top right. |
Method Summary | |
---|---|
Class<? extends Attribute> | getCategory()
Returns category of this class.
|
protected EnumSyntax[] | getEnumValueTable()
Returns a table with the enumeration values for this object.
|
String | getName()
Returns the name of this attribute.
|
protected String[] | getStringTable()
Returns a table with the enumeration values represented as strings
for this object.
|
Returns: The class PresentationDirection
itself.
Returns: The enumeration values.
Returns: The name "presentation-direction".
Returns: The enumeration values as strings.