JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策