クラスjava.awt.JobAttributes.DefaultSelectionType
の使用
JobAttributes.DefaultSelectionTypeを使用するパッケージ
-
java.awtでのJobAttributes.DefaultSelectionTypeの使用
JobAttributes.DefaultSelectionTypeとして宣言されたjava.awtのフィールド修飾子と型フィールド説明static final JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType.ALLジョブのすべてのページを出力することを指定するために使用するDefaultSelectionTypeインスタンス。static final JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType.RANGEジョブのある範囲のページを出力することを指定するために使用するDefaultSelectionTypeインスタンス。static final JobAttributes.DefaultSelectionTypeJobAttributes.DefaultSelectionType.SELECTION現在の選択を出力することを指定するために使用するDefaultSelectionTypeインスタンス。修飾子と型メソッド説明JobAttributes.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インスタンスを構築します。