Uses of Class
javax.print.attribute.standard.OrientationRequested
-
Packages that use OrientationRequested 软件包 描述 javax.print.attribute.standard 包javax.print.attribute.standard
包含特定打印属性的类。 -
-
Uses of OrientationRequested in javax.print.attribute.standard
Fields in javax.print.attribute.standard declared as OrientationRequested 变量和类型 字段 描述 static OrientationRequested
OrientationRequested. LANDSCAPE
内容将在媒体的长边上成像。static OrientationRequested
OrientationRequested. PORTRAIT
内容将在介质的短边上成像。static OrientationRequested
OrientationRequested. REVERSE_LANDSCAPE
内容将在媒体的长边上成像,但与横向相反。static OrientationRequested
OrientationRequested. REVERSE_PORTRAIT
内容将在媒体的短边上成像,但与肖像相反。
-