|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.EnumSyntax
javax.print.attribute.standard.PresentationDirection
public final class PresentationDirection
The 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. |
| Methods inherited from class javax.print.attribute.EnumSyntax |
|---|
clone, getOffset, getValue, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public Class<? extends Attribute> getCategory()
getCategory in interface AttributePresentationDirection itself.public String getName()
getName in interface Attributeprotected String[] getStringTable()
getStringTable in class EnumSyntaxprotected EnumSyntax[] getEnumValueTable()
getEnumValueTable in class EnumSyntax
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||