Class JobAttributes.MultipleDocumentHandlingType
java.lang.Object
java.awt.JobAttributes.MultipleDocumentHandlingType
- Enclosing class:
JobAttributes
A type-safe enumeration of possible multiple copy handling states.
It is used to control how the sheets of multiple copies of a single
document are collated.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAttributes.MultipleDocumentHandlingTypeTheMultipleDocumentHandlingTypeinstance to use for specifying that the job should be divided into separate, collated copies.static final JobAttributes.MultipleDocumentHandlingTypeTheMultipleDocumentHandlingTypeinstance to use for specifying that the job should be divided into separate, uncollated copies. -
Method Summary
-
Field Details
-
SEPARATE_DOCUMENTS_COLLATED_COPIES
TheMultipleDocumentHandlingTypeinstance to use for specifying that the job should be divided into separate, collated copies. -
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
TheMultipleDocumentHandlingTypeinstance to use for specifying that the job should be divided into separate, uncollated copies.
-
-
Method Details
-
hashCode
-
toString
-