|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.PresentationDirection
public final class PresentationDirection
PresentationDirection 类是打印属性类,它是一种枚举,它与 NumberUp
属性结合使用,以指示应用于所选单面介质实例上多个打印流页的布局。这在镜像不同脚本的文本布局约定方面非常有用。例如,英语是 "toright-tobottom",希伯来语是 "toleft-tobottom",日语通常是 "tobottom-toleft"。
IPP 兼容性:此属性并非 IPP 1.1 属性;它是 IPP 1.1 的 Production Printing Extension (PDF) 中的一种属性。由 getName()
返回的类别名称是 IPP 属性名称。枚举的整数值是 IPP 枚举值。toString()
方法返回属性值的 IPP 字符串表示形式。
字段摘要 | |
---|---|
static PresentationDirection |
TOBOTTOM_TOLEFT
从右上开始,按列布置各页,然后向左下部展开。 |
static PresentationDirection |
TOBOTTOM_TORIGHT
从左上开始,按列布置各页,然后向右下部展开。 |
static PresentationDirection |
TOLEFT_TOBOTTOM
从右上部开始,按行布置各页,然后向左下部展开。 |
static PresentationDirection |
TOLEFT_TOTOP
从右下部开始,按行布置各页,然后向左上部展开。 |
static PresentationDirection |
TORIGHT_TOBOTTOM
从左上部开始,按行布置各页,然后向右下部展开。 |
static PresentationDirection |
TORIGHT_TOTOP
从左下部开始,按行布置各页,然后向右上部展开。 |
static PresentationDirection |
TOTOP_TOLEFT
从右下部开始,按列布置各页,然后向左上部展开。 |
static PresentationDirection |
TOTOP_TORIGHT
从左下部开始,按列布置各页,然后向右上部展开。 |
方法摘要 | |
---|---|
Class<? extends Attribute> |
getCategory()
获取将用作此打印属性值的“类别”的打印属性类。 |
protected EnumSyntax[] |
getEnumValueTable()
返回类 PresentationDirection 的枚举值表。 |
String |
getName()
获取类别的名称,此属性值是该类别的一个实例。 |
protected String[] |
getStringTable()
返回类 PresentationDirection 的字符串表。 |
从类 javax.print.attribute.EnumSyntax 继承的方法 |
---|
clone, getOffset, getValue, hashCode, readResolve, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final PresentationDirection TOBOTTOM_TORIGHT
public static final PresentationDirection TOBOTTOM_TOLEFT
public static final PresentationDirection TOTOP_TORIGHT
public static final PresentationDirection TOTOP_TOLEFT
public static final PresentationDirection TORIGHT_TOBOTTOM
public static final PresentationDirection TORIGHT_TOTOP
public static final PresentationDirection TOLEFT_TOBOTTOM
public static final PresentationDirection TOLEFT_TOTOP
方法详细信息 |
---|
protected String[] getStringTable()
EnumSyntax
中的 getStringTable
protected EnumSyntax[] getEnumValueTable()
EnumSyntax
中的 getEnumValueTable
public final Class<? extends Attribute> getCategory()
对于类 PresentationDirection,该类别就是类 PresentationDirection 本身。
Attribute
中的 getCategory
java.lang.Class
的一个实例。public final String getName()
对于类 PresentationDirection,类别名称是 "presentation-direction"
。
Attribute
中的 getName
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。