|
|||||||||
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.MultipleDocumentHandling
public class MultipleDocumentHandling
The MultipleDocumentHandling
printing attribute controls
how certain printing attributes affect printing in case of multiple
documents in a print job. This attribute is only relevant if a job
has multiple documents.
IPP Compatibility: MultipleDocumentHandling is an IPP 1.1 attribute.
Field Summary | |
---|---|
static MultipleDocumentHandling |
SEPARATE_DOCUMENTS_COLLATED_COPIES
Multiple documents are treated as collated copies. |
static MultipleDocumentHandling |
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
Multiple documents are treated as uncollated copies. |
static MultipleDocumentHandling |
SINGLE_DOCUMENT
Multiple documents are treated as a single document. |
static MultipleDocumentHandling |
SINGLE_DOCUMENT_NEW_SHEET
Multiple documents are treated so that every single document starts with a new sheet. |
Constructor Summary | |
---|---|
protected |
MultipleDocumentHandling(int value)
Constructs a MultipleDocumentHandling 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 MultipleDocumentHandling SINGLE_DOCUMENT
public static final MultipleDocumentHandling SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
public static final MultipleDocumentHandling SEPARATE_DOCUMENTS_COLLATED_COPIES
public static final MultipleDocumentHandling SINGLE_DOCUMENT_NEW_SHEET
Constructor Detail |
---|
protected MultipleDocumentHandling(int value)
MultipleDocumentHandling
object.
value
- the enum valueMethod Detail |
---|
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
MultipleDocumentHandling
itself.public final 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 |