| パッケージ | 説明 | 
|---|---|
| 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, 2014, Oracle and/or its affiliates. All rights reserved.