|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.OrientationRequested
public final class OrientationRequested
OrientationRequested 类是打印属性类,它是一种枚举,指示所打印的打印流页的所需方向;但它不描述客户端提供的打印流页的方向。
对于某些文档格式(如 "application/postscript"
),所需的打印流页方向可在该文档数据内指定。此信息由设备驱动程序在提交打印作业前生成。其他文档格式(如 "text/plain"
)在文档数据内不包括所需要的方向这一概念。在后一种情况下,打印者可以在提交文档数据后将所需的方向与该文档数据绑定。有时想让打印机仅支持某些文档格式的 OrientationRequested 属性(例如 "text/plain"
或 "text/html"
),但不支持其他文档格式(例如 "application/postscript"
)的这一属性。这与其他作业模板属性没有任何不同,因为打印作业始终能够在不同作业模板属性的值之间施加限制。但是,由于很多情况下打印机只为受支持文档格式的子集支持 OrientationRequested 属性,所以在此要加以特别说明。
IPP 兼容性:由 getName()
返回的类别名称是 IPP 属性名称。枚举的整数值是 IPP 枚举值。toString()
方法返回属性值的 IPP 字符串表示形式。
字段摘要 | |
---|---|
static OrientationRequested |
LANDSCAPE
沿介质的长边描绘内容。 |
static OrientationRequested |
PORTRAIT
沿介质的短边描绘内容。 |
static OrientationRequested |
REVERSE_LANDSCAPE
沿介质的长边描绘内容,但方式正好与横向相反。 |
static OrientationRequested |
REVERSE_PORTRAIT
沿介质的短边描绘内容,但方式正好与纵向相反。 |
构造方法摘要 | |
---|---|
protected |
OrientationRequested(int value)
构造具有给定整数值的新 OrientationRequested 枚举值。 |
方法摘要 | |
---|---|
Class<? extends Attribute> |
getCategory()
获取将用作此打印属性值的“类别”的打印属性类。 |
protected EnumSyntax[] |
getEnumValueTable()
返回类 OrientationRequested 的枚举值表。 |
String |
getName()
获取类别的名称,此属性值是该类别的一个实例。 |
protected int |
getOffset()
返回类 OrientationRequested 所使用的最小整数值。 |
protected String[] |
getStringTable()
返回类 OrientationRequested 的字符串表。 |
从类 javax.print.attribute.EnumSyntax 继承的方法 |
---|
clone, getValue, hashCode, readResolve, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final OrientationRequested PORTRAIT
public static final OrientationRequested LANDSCAPE
public static final OrientationRequested REVERSE_LANDSCAPE
public static final OrientationRequested REVERSE_PORTRAIT
Finishings
属性,以防在简单完成设备(这些设备只有一个完成位置)上完成纵向文档时需要相反的边。因此,简单完成设备可以“靠右”装订一个 "text/plain"
纵向文档,这在某些中东语言(如希伯来语)中很常见。
构造方法详细信息 |
---|
protected OrientationRequested(int value)
value
- 整数值。方法详细信息 |
---|
protected String[] getStringTable()
EnumSyntax
中的 getStringTable
protected EnumSyntax[] getEnumValueTable()
EnumSyntax
中的 getEnumValueTable
protected int getOffset()
EnumSyntax
中的 getOffset
public final Class<? extends Attribute> getCategory()
对于类 OrientationRequested,该类别就是类 OrientationRequested 本身。
Attribute
中的 getCategory
java.lang.Class
的一个实例。public final String getName()
对于类 OrientationRequested,类别名称是 "orientation-requested"
。
Attribute
中的 getName
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。