Uses of Class
java.awt.JobAttributes.DefaultSelectionType
-
Packages that use JobAttributes.DefaultSelectionType 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of JobAttributes.DefaultSelectionType in java.awt
Fields in java.awt declared as JobAttributes.DefaultSelectionType Modifier and Type Field 描述 static JobAttributes.DefaultSelectionType
JobAttributes.DefaultSelectionType. ALL
用于指定应打印作业的所有页面的DefaultSelectionType
实例。static JobAttributes.DefaultSelectionType
JobAttributes.DefaultSelectionType. RANGE
DefaultSelectionType
实例用于指定应打印作业范围的页面。static JobAttributes.DefaultSelectionType
JobAttributes.DefaultSelectionType. SELECTION
用于指定应打印当前选择的DefaultSelectionType
实例。Methods in java.awt that return JobAttributes.DefaultSelectionType Modifier and Type 方法 描述 JobAttributes.DefaultSelectionType
JobAttributes. getDefaultSelection()
指定对于使用这些属性的作业,应用程序是否应打印所有页面,返回值为getPageRanges
指定的范围,或当前选择。Methods in java.awt with parameters of type JobAttributes.DefaultSelectionType Modifier and Type 方法 描述 void
JobAttributes. setDefaultSelection(JobAttributes.DefaultSelectionType defaultSelection)
指定对于使用这些属性的作业,应用程序是否应打印所有页面,由返回值getPageRanges
指定的范围或当前选择。Constructors in java.awt with parameters of type JobAttributes.DefaultSelectionType Constructor 描述 JobAttributes(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.
-