Uses of Class
java.awt.JobAttributes.DestinationType
-
Packages that use JobAttributes.DestinationType 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of JobAttributes.DestinationType in java.awt
Fields in java.awt declared as JobAttributes.DestinationType Modifier and Type Field 描述 static JobAttributes.DestinationTypeJobAttributes.DestinationType. FILE用于指定打印到文件的DestinationType实例。static JobAttributes.DestinationTypeJobAttributes.DestinationType. PRINTER用于指定打印机打印的DestinationType实例。Methods in java.awt that return JobAttributes.DestinationType Modifier and Type 方法 描述 JobAttributes.DestinationTypeJobAttributes. getDestination()指定输出将是打印机还是使用这些属性的作业文件。Methods in java.awt with parameters of type JobAttributes.DestinationType Modifier and Type 方法 描述 voidJobAttributes. setDestination(JobAttributes.DestinationType destination)指定输出将是打印机还是使用这些属性的作业文件。Constructors in java.awt with parameters of type JobAttributes.DestinationType 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)为每个属性构造具有指定值的JobAttributes实例。
-