Uses of Class
javafx.print.PageOrientation
-
Packages that use PageOrientation 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of PageOrientation in javafx.print
Methods in javafx.print that return PageOrientation Modifier and Type 方法 描述 PageOrientationPrinterAttributes. getDefaultPageOrientation()返回此打印机上纸张的默认方向。PageOrientationPageLayout. getPageOrientation()static PageOrientationPageOrientation. valueOf(String name)以指定的名称返回此类型的枚举常量。static PageOrientation[]PageOrientation. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.print that return types with arguments of type PageOrientation Modifier and Type 方法 描述 Set<PageOrientation>PrinterAttributes. getSupportedPageOrientations()返回此打印机支持的方向的不可修改的一组。Methods in javafx.print with parameters of type PageOrientation Modifier and Type 方法 描述 PageLayoutPrinter. createPageLayout(Paper paper, PageOrientation orient, double lMargin, double rMargin, double tMargin, double bMargin)使用指定的参数获取此打印机的新PageLayout。PageLayoutPrinter. createPageLayout(Paper paper, PageOrientation orient, Printer.MarginType mType)Obtain a new PageLayout instance for this printer using the specified parameters.
-