JavaTM Platform
Standard Ed. 6

クラス
javax.print.attribute.standard.PresentationDirection の使用

PresentationDirection を使用しているパッケージ
javax.print.attribute.standard このパッケージには、特定の印刷属性のクラスが含まれています。 
 

javax.print.attribute.standard での PresentationDirection の使用
 

PresentationDirection として宣言されている javax.print.attribute.standard のフィールド
static PresentationDirection PresentationDirection.TOBOTTOM_TOLEFT
          ページは最初右上に配置され、次に下方向、その次には左方向に順番に配置されます。
static PresentationDirection PresentationDirection.TOBOTTOM_TORIGHT
          ページは最初左上に配置され、次に下方向、その次には右方向に順番に配置されます。
static PresentationDirection PresentationDirection.TOLEFT_TOBOTTOM
          ページは最初右上に配置され、次に左方向、その次には下方向に順番に配置されます。
static PresentationDirection PresentationDirection.TOLEFT_TOTOP
          ページは最初右下に配置され、次に左方向、その次には上方向に順番に配置されます。
static PresentationDirection PresentationDirection.TORIGHT_TOBOTTOM
          ページは最初左上に配置され、次に右方向、その次には下方向に順番に配置されます。
static PresentationDirection PresentationDirection.TORIGHT_TOTOP
          ページは最初左下に配置され、次に右方向、その次には上方向に順番に配置されます。
static PresentationDirection PresentationDirection.TOTOP_TOLEFT
          ページは最初右下に配置され、次に上方向、その次には左方向に順番に配置されます。
static PresentationDirection PresentationDirection.TOTOP_TORIGHT
          ページは最初左下に配置され、次に上方向、その次には右方向に順番に配置されます。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。