软件包 | 描述 |
---|---|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Field and Description |
---|---|
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
页面被放置在从底部开始的列,进行向顶部和右侧。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.