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 变量和类型 字段 描述 static PageAttributes.OrientationRequestedType
PageAttributes.OrientationRequestedType. LANDSCAPE
用于指定横向方向的OrientationRequestedType实例。static PageAttributes.OrientationRequestedType
PageAttributes.OrientationRequestedType. PORTRAIT
用于指定纵向方向的OrientationRequestedType实例。Methods in java.awt that return PageAttributes.OrientationRequestedType 变量和类型 方法 描述 PageAttributes.OrientationRequestedType
PageAttributes. getOrientationRequested()
返回使用这些属性的页面的打印方向。Methods in java.awt with parameters of type PageAttributes.OrientationRequestedType 变量和类型 方法 描述 void
PageAttributes. setOrientationRequested(PageAttributes.OrientationRequestedType orientationRequested)
指定使用这些属性的页面的打印方向。Constructors in java.awt with parameters of type PageAttributes.OrientationRequestedType 构造器 描述 PageAttributes(PageAttributes.ColorType color, PageAttributes.MediaType media, PageAttributes.OrientationRequestedType orientationRequested, PageAttributes.OriginType origin, PageAttributes.PrintQualityType printQuality, int[] printerResolution)
使用每个属性的指定值构造一个PageAttributes实例。
-