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 Modifier and Type Field 描述 static OrientationRequested
OrientationRequested. LANDSCAPE
内容将在介质的长边缘成像。static OrientationRequested
OrientationRequested. PORTRAIT
内容将在介质的短边成像。static OrientationRequested
OrientationRequested. REVERSE_LANDSCAPE
这些内容将以介质的长边成像,但与风景相反。static OrientationRequested
OrientationRequested. REVERSE_PORTRAIT
内容将在介质的短边成像,但是与纵向相反。
-