Uses of Class
javax.print.attribute.standard.PresentationDirection
-
Packages that use PresentationDirection 软件包 描述 javax.print.attribute.standard 包javax.print.attribute.standard包含特定打印属性的类。 -
-
Uses of PresentationDirection in javax.print.attribute.standard
Fields in javax.print.attribute.standard declared as PresentationDirection Modifier and Type Field 描述 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
页面按照从左下角开始的列进行排列,向上和向右移动。
-