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 变量和类型 字段 描述 static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. ALL用于指定应打印作业的所有页面的DefaultSelectionType实例。static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. RANGEDefaultSelectionType实例用于指定应打印作业的一系列页面。static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. SELECTION用于指定应打印当前选择的DefaultSelectionType实例。Methods in java.awt that return JobAttributes.DefaultSelectionType 变量和类型 方法 描述 JobAttributes.DefaultSelectionTypeJobAttributes. getDefaultSelection()指定对于使用这些属性的作业,应用程序是否应打印所有页面,返回值getPageRanges指定的范围或当前选择。Methods in java.awt with parameters of type JobAttributes.DefaultSelectionType 变量和类型 方法 描述 voidJobAttributes. setDefaultSelection(JobAttributes.DefaultSelectionType defaultSelection)指定对于使用这些属性的作业,应用程序是否应打印所有页面,返回值getPageRanges指定的范围或当前选择。Constructors in java.awt with parameters of type JobAttributes.DefaultSelectionType 构造器 描述 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 aJobAttributesinstance with the specified values for every attribute.
-