|
|||||||||
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.SheetCollate
public final class SheetCollate
The SheetCollate
printing attribute specifies
whether or not the sheets of each copy in a print job have to be
in sequence.
The attribute only makes sense if multiple copies are specified through
the Copies
printing attribute. If UNCOLLATED
is specified every page of a print job is printed for all requested
copies before the next page is processed. COLLATED
means
that for every copy requested the pages have to be printed in sequence.
IPP Compatibility: SheetCollate is not an IPP 1.1 attribute.
Field Summary | |
---|---|
static SheetCollate |
COLLATED
The sheets of the different copies are collated. |
static SheetCollate |
UNCOLLATED
The sheets of the different copies are uncollated. |
Constructor Summary | |
---|---|
protected |
SheetCollate(int value)
Creates a SheetCollate object. |
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 SheetCollate UNCOLLATED
public static final SheetCollate COLLATED
Constructor Detail |
---|
protected SheetCollate(int value)
SheetCollate
object.
value
- the enum value.Method Detail |
---|
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
SheetCollate
itself.public String getName()
getName
in interface Attribute
protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |