Uses of Class
java.awt.PageAttributes.OrientationRequestedType
-
Packages that use PageAttributes.OrientationRequestedType 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of PageAttributes.OrientationRequestedType in java.awt
Fields in java.awt declared as PageAttributes.OrientationRequestedType Modifier and Type Field 描述 static PageAttributes.OrientationRequestedTypePageAttributes.OrientationRequestedType. LANDSCAPE用于指定横向的OrientationRequestedType实例。static PageAttributes.OrientationRequestedTypePageAttributes.OrientationRequestedType. PORTRAIT用于指定纵向方向的OrientationRequestedType实例。Methods in java.awt that return PageAttributes.OrientationRequestedType Modifier and Type 方法 描述 PageAttributes.OrientationRequestedTypePageAttributes. getOrientationRequested()返回使用这些属性的页面的打印方向。Methods in java.awt with parameters of type PageAttributes.OrientationRequestedType Modifier and Type 方法 描述 voidPageAttributes. setOrientationRequested(PageAttributes.OrientationRequestedType orientationRequested)指定使用这些属性的页面的打印方向。Constructors in java.awt with parameters of type PageAttributes.OrientationRequestedType Constructor 描述 PageAttributes(PageAttributes.ColorType color, PageAttributes.MediaType media, PageAttributes.OrientationRequestedType orientationRequested, PageAttributes.OriginType origin, PageAttributes.PrintQualityType printQuality, int[] printerResolution)为每个属性构造一个具有指定值的PageAttributes实例。
-