|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。