JavaTM 2 Platform
Standard Ed. 6

类 javax.print.attribute.standard.PresentationDirection
的使用

使用 PresentationDirection 的软件包
javax.print.attribute.standard 包 javax.print.attribute.standard 包括特定打印属性的类。 
 

javax.print.attribute.standardPresentationDirection 的使用
 

声明为 PresentationDirectionjavax.print.attribute.standard 中的字段
static PresentationDirection PresentationDirection.TOBOTTOM_TOLEFT
          从右上开始,按列布置各页,然后向左下部展开。
static PresentationDirection PresentationDirection.TOBOTTOM_TORIGHT
          从左上开始,按列布置各页,然后向右下部展开。
static PresentationDirection PresentationDirection.TOLEFT_TOBOTTOM
          从右上部开始,按行布置各页,然后向左下部展开。
static PresentationDirection PresentationDirection.TOLEFT_TOTOP
          从右下部开始,按行布置各页,然后向左上部展开。
static PresentationDirection PresentationDirection.TORIGHT_TOBOTTOM
          从左上部开始,按行布置各页,然后向右下部展开。
static PresentationDirection PresentationDirection.TORIGHT_TOTOP
          从左下部开始,按行布置各页,然后向右上部展开。
static PresentationDirection PresentationDirection.TOTOP_TOLEFT
          从右下部开始,按列布置各页,然后向左上部展开。
static PresentationDirection PresentationDirection.TOTOP_TORIGHT
          从左下部开始,按列布置各页,然后向右上部展开。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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