| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Field and Description |
|---|---|
static JobAttributes |
JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_COLLATED_COPIES
The
MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.
|
static JobAttributes |
JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
The
MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttributes |
JobAttributes.getMultipleDocumentHandling()
Specifies the handling of multiple copies, including collation, for jobs using these attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobAttributes.setMultipleDocumentHandling(JobAttributes
Specifies the handling of multiple copies, including collation, for jobs using these attributes.
|
| Constructor and Description | |
|---|---|
JobAttributes(int copies, JobAttributes
Constructs a
JobAttributes instance with the specified values for every attribute.
|