public final class PresentationDirection extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
NumberUp
属性一起显示多个打印流页面强加在一个选定的介质,单面布局实例。这是有用的,以反映不同脚本的文本布局约定。例如,英语是“上下”,希伯来语是“试验地”,日本是“试验地”。
聚丙烯的相容性:这个属性不是一个IPP 1.1属性;它是生产印刷扩展属性(PDF)IPP 1.1。返回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.