クラス
javax.print.attribute.standard.OrientationRequestedの使用
- 
OrientationRequestedを使用するパッケージ パッケージ 説明 javax.print.attribute.standard パッケージjavax.print.attribute.standardには、特定の印刷属性のクラスが含まれています。
- 
- 
javax.print.attribute.standardでのOrientationRequestedの使用OrientationRequestedとして宣言されたjavax.print.attribute.standard内のフィールド 修飾子と型 フィールド 説明 static OrientationRequestedOrientationRequested. LANDSCAPEコンテンツは媒体上に横長に印刷されます。static OrientationRequestedOrientationRequested. PORTRAITコンテンツは媒体上に縦長に印刷されます。static OrientationRequestedOrientationRequested. REVERSE_LANDSCAPEコンテンツは媒体上に横長に印刷されますが、ランドスケープとは逆になります。static OrientationRequestedOrientationRequested. REVERSE_PORTRAITコンテンツは媒体上に縦長に印刷されますが、ポートレートとは上下逆になります。
 
-