| パッケージ | 説明 | 
|---|---|
| java.awt | ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 | 
| 修飾子と型 | フィールドと説明 | 
|---|---|
| static PageAttributes.OrientationRequestedType | PageAttributes.OrientationRequestedType. LANDSCAPE横方向の指定に使用する OrientationRequestedType インスタンスです。 | 
| static PageAttributes.OrientationRequestedType | PageAttributes.OrientationRequestedType. PORTRAIT縦方向の指定に使用する OrientationRequestedType インスタンスです。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| PageAttributes.OrientationRequestedType | PageAttributes. getOrientationRequested()これらの属性を使用するページの用紙方向を返します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| void | PageAttributes. setOrientationRequested(PageAttributes.OrientationRequestedType orientationRequested)これらの属性を使用するページの用紙方向を指定します。 | 
| コンストラクタと説明 | 
|---|
| PageAttributes(PageAttributes.ColorType color,               PageAttributes.MediaType media,               PageAttributes.OrientationRequestedType orientationRequested,               PageAttributes.OriginType origin,               PageAttributes.PrintQualityType printQuality,               int[] printerResolution)各属性に指定された値を持つ PageAttributes インスタンスを生成します。 | 
 バグまたは機能を送信 
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.