クラスjava.awt.JobAttributes.DefaultSelectionType
の使用
-
JobAttributes.DefaultSelectionTypeを使用するパッケージ パッケージ 説明 java.awt ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 -
-
java.awtでのJobAttributes.DefaultSelectionTypeの使用
JobAttributes.DefaultSelectionTypeとして宣言されているjava.awtのフィールド 修飾子と型 フィールド 説明 static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. ALLジョブのすべてのページを出力することを指定するために使用するDefaultSelectionTypeインスタンス。static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. RANGEジョブのある範囲のページを出力することを指定するために使用するDefaultSelectionTypeインスタンス。static JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType. SELECTION現在の選択を出力することを指定するために使用するDefaultSelectionTypeインスタンス。JobAttributes.DefaultSelectionTypeを返すjava.awtのメソッド 修飾子と型 メソッド 説明 JobAttributes.DefaultSelectionTypeJobAttributes. getDefaultSelection()これらの属性を使用するジョブについて、アプリケーションが、すべてのページ、getPageRangesの戻り値によって指定された範囲、現在の選択のいずれを出力するかを指定します。JobAttributes.DefaultSelectionType型のパラメータを持つjava.awtのメソッド 修飾子と型 メソッド 説明 voidJobAttributes. setDefaultSelection(JobAttributes.DefaultSelectionType defaultSelection)これらの属性を使用するジョブについて、アプリケーションが、すべてのページ、getPageRangesの戻り値によって指定された範囲、現在の選択のいずれを出力するかを指定します。JobAttributes.DefaultSelectionType型のパラメータを持つ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インスタンスを構築します。
-