public final class PresentationDirection extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
NumberUp
属性来指示的多个打印流页的布局选定介质的一个实例的单侧施加。
这对于镜像不同脚本的文本布局约定很有用。
例如,英语是“toright-tobottom”,希伯来语是“toleft-tobottom”,日语通常是“tobottom-toleft”。
IPP兼容性:此属性不是IPP 1.1属性; 它是IPP 1.1的生产打印扩展( PDF )中的一个属性。 getName()
返回的类别名称是IPP属性名称。 枚举的整数值是IPP枚举值。 toString()
方法返回属性值的IPP字符串表示形式。
Modifier and Type | Field and Description |
---|---|
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
页面按照从左下角开始的列进行排列,向上和向右移动。
|
Modifier and Type | Method and Description |
---|---|
类<? extends Attribute> |
getCategory()
获取要用作此打印属性值的“类别”的打印属性类。
|
protected EnumSyntax[] |
getEnumValueTable()
返回类PresentationDirection的枚举值表。
|
String |
getName()
获取此属性值是一个实例的类别的名称。
|
protected String[] |
getStringTable()
返回类PresentationDirection的字符串表。
|
clone, getOffset, getValue, hashCode, readResolve, toString
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()
getStringTable
在
EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
在
EnumSyntax
public final 类<? extends Attribute> getCategory()
对于类PresentationDirection,类别是PresentationDirection类。
getCategory
在接口
Attribute
java.lang.Class
的一个实例。
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.