public class MultipleDocumentHandling extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
MultipleDocumentHandling(int value)
Constructs a
MultipleDocumentHandling object. |
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 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
protected MultipleDocumentHandling(int value)
MultipleDocumentHandling
object.value
- the enum valuepublic Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
MultipleDocumentHandling
itself.protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax