クラスjava.awt.JobAttributes.DestinationType
の使用
JobAttributes.DestinationTypeを使用するパッケージ
-
java.awtでのJobAttributes.DestinationTypeの使用
JobAttributes.DestinationTypeとして宣言されたjava.awtのフィールド修飾子と型フィールド説明static final JobAttributes.DestinationTypeJobAttributes.DestinationType.FILEファイルへの出力を指定するために使用するDestinationTypeインスタンス。static final JobAttributes.DestinationTypeJobAttributes.DestinationType.PRINTERプリンタへの出力を指定するために使用するDestinationTypeインスタンス。型JobAttributes.DestinationTypeのパラメータを持つjava.awtのメソッド修飾子と型メソッド説明voidJobAttributes.setDestination(JobAttributes.DestinationType destination) これらの属性を使用するジョブについて、プリンタまたはファイルのどちらに出力するかを指定します。型JobAttributes.DestinationTypeのパラメータを持つjava.awtのコンストラクタ修飾子コンストラクタ説明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インスタンスを構築します。