软件包 | 描述 |
---|---|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Field and Description |
---|---|
static Sides |
Sides.DUPLEX
“双面长边的别名”(见
TWO_SIDED_LONG_EDGE )。
|
static Sides |
Sides.ONE_SIDED
将每一个连续的打印流页施加在连续媒体表的同一侧上。
|
static Sides |
Sides.TUMBLE
“双面短边的别名”(见
TWO_SIDED_SHORT_EDGE )。
|
static Sides |
Sides.TWO_SIDED_LONG_EDGE
将连续两个打印流页施加在连续媒体表的前后两侧上,这样,在介质上的每一对打印流页面的方向将是正确的,因为阅读器将在长边上绑定。
|
static Sides |
Sides.TWO_SIDED_SHORT_EDGE
将连续两个打印流页施加在连续媒体表的前后两侧上,这样,在介质上的每一对打印流页面的方向将是正确的,因为阅读器将在短边上绑定。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.