Uses of Class
javafx.print.PageLayout
-
Packages that use PageLayout 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of PageLayout in javafx.print
Methods in javafx.print that return PageLayout 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)使用指定的参数获取此打印机的新PageLayout实例。PageLayoutPrinter. getDefaultPageLayout()返回此打印机的默认页面布局。PageLayoutJobSettings. getPageLayout()获取此作业的当前页面布局。Methods in javafx.print that return types with arguments of type PageLayout Modifier and Type 方法 描述 ObjectProperty<PageLayout>JobSettings. pageLayoutProperty()属性代表PageLayout一个实例。Methods in javafx.print with parameters of type PageLayout Modifier and Type 方法 描述 booleanPrinterJob. printPage(PageLayout pageLayout, Node node)使用指定的页面布局打印指定的节点。voidJobSettings. setPageLayout(PageLayout pageLayout)将PageLayout设置为使用。
-