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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final PresentationDirection TOBOTTOM_TORIGHT
public static final PresentationDirection TOBOTTOM_TOLEFT
public static final PresentationDirection TOTOP_TORIGHT
public static final PresentationDirection TOTOP_TOLEFT
public static final PresentationDirection TORIGHT_TOBOTTOM
public static final PresentationDirection TORIGHT_TOTOP
public static final PresentationDirection TOLEFT_TOBOTTOM
public static final PresentationDirection TOLEFT_TOTOP
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
PresentationDirection
itself.protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax