javax.print.attribute.standard
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.
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.
|
MultipleDocumentHandling
object.
Parameters: value the enum value
Returns: The class MultipleDocumentHandling
itself.
Returns: The enumeration values.
Returns: The name "multiple-document-handling".
Returns: The enumeration values as strings.