Uses of Class
java.awt.JobAttributes.MultipleDocumentHandlingType
Packages that use 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
Fields in java.awt declared as JobAttributes.MultipleDocumentHandlingTypeModifier and TypeFieldDescriptionJobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_COLLATED_COPIES
TheMultipleDocumentHandlingType
instance to use for specifying that the job should be divided into separate, collated copies.JobAttributes.MultipleDocumentHandlingType.SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
TheMultipleDocumentHandlingType
instance to use for specifying that the job should be divided into separate, uncollated copies.Methods in java.awt that return JobAttributes.MultipleDocumentHandlingTypeModifier and TypeMethodDescriptionJobAttributes.getMultipleDocumentHandling()
Specifies the handling of multiple copies, including collation, for jobs using these attributes.Methods in java.awt with parameters of type JobAttributes.MultipleDocumentHandlingTypeModifier and TypeMethodDescriptionvoid
JobAttributes.setMultipleDocumentHandling(JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling)
Specifies the handling of multiple copies, including collation, for jobs using these attributes.Constructors in java.awt with parameters of type JobAttributes.MultipleDocumentHandlingTypeModifierConstructorDescriptionJobAttributes(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.