所有类


类 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
          从左下部开始,按列布置各页,然后向右上部展开。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部