Uses of Class
java.awt.JobAttributes.MultipleDocumentHandlingType
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of JobAttributes.MultipleDocumentHandlingType in java.awt
Modifier and TypeFieldDescriptionstatic final JobAttributes.MultipleDocumentHandlingType
JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_COLLATED_COPIES
TheMultipleDocumentHandlingType
instance to use for specifying that the job should be divided into separate, collated copies.static final JobAttributes.MultipleDocumentHandlingType
JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
TheMultipleDocumentHandlingType
instance to use for specifying that the job should be divided into separate, uncollated copies.Modifier and TypeMethodDescriptionJobAttributes.getMultipleDocumentHandling()
Specifies the handling of multiple copies, including collation, for jobs using these attributes.Modifier and TypeMethodDescriptionvoid
JobAttributes.setMultipleDocumentHandling
(JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling) Specifies the handling of multiple copies, including collation, for jobs using these attributes.ModifierConstructorDescriptionJobAttributes
(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, JobAttributes.SidesType sides) Constructs aJobAttributes
instance with the specified values for every attribute.