Uses of Class
java.awt.JobAttributes.DialogType
-
Packages that use JobAttributes.DialogType 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of JobAttributes.DialogType in java.awt
Fields in java.awt declared as JobAttributes.DialogType Modifier and Type Field 描述 static JobAttributes.DialogType
JobAttributes.DialogType. COMMON
用于指定跨平台,纯Java打印对话框的DialogType
实例。static JobAttributes.DialogType
JobAttributes.DialogType. NATIVE
用于指定平台本机打印对话框的DialogType
实例。static JobAttributes.DialogType
JobAttributes.DialogType. NONE
用于指定不打印对话框的DialogType
实例。Methods in java.awt that return JobAttributes.DialogType Modifier and Type 方法 描述 JobAttributes.DialogType
JobAttributes. getDialog()
返回对于使用这些属性的作业,用户是否应该看到要修改打印设置的打印对话框,以及应显示哪种类型的打印对话框。Methods in java.awt with parameters of type JobAttributes.DialogType Modifier and Type 方法 描述 void
JobAttributes. setDialog(JobAttributes.DialogType dialog)
指定对于使用这些属性的作业,用户是否应该看到要修改打印设置的打印对话框,以及应显示哪种类型的打印对话框。Constructors in java.awt with parameters of type JobAttributes.DialogType 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.
-