JavaTM 2 Platform
Standard Ed. 6

類別 javax.print.attribute.standard.Sides
的使用

使用 Sides 的軟體套件
javax.print.attribute.standard 包 javax.print.attribute.standard 套件括特定列印屬性的類別。 
 

javax.print.attribute.standardSides 的使用
 

宣告為 Sidesjavax.print.attribute.standard 中的欄位
static Sides Sides.DUPLEX
          “雙面長邊”的別名(請參閱 TWO_SIDED_LONG_EDGE)。
static Sides Sides.ONE_SIDED
          將每個連續的列印串流頁應用於連續介質紙張的相同面。
static Sides Sides.TUMBLE
          “雙面短邊”的別名(請參閱 TWO_SIDED_SHORT_EDGE)。
static Sides Sides.TWO_SIDED_LONG_EDGE
          將每個連續的列印串流頁對應用於連續介質紙張的前後兩面,以便介質上的每個列印串流頁對方向正對著讀者,就好像綁定在長邊上一樣。
static Sides Sides.TWO_SIDED_SHORT_EDGE
          將每個連續的列印串流頁對應用於連續介質紙張的前後兩面,以便介質上的每個列印串流頁對方向正對著讀者,就好像綁定在短邊上一樣。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only