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 方法 描述 PageLayout
Printer. createPageLayout(Paper paper, PageOrientation orient, double lMargin, double rMargin, double tMargin, double bMargin)
使用指定的参数获取此打印机的新PageLayout。PageLayout
Printer. createPageLayout(Paper paper, PageOrientation orient, Printer.MarginType mType)
使用指定的参数获取此打印机的新PageLayout实例。PageLayout
Printer. getDefaultPageLayout()
返回此打印机的默认页面布局。PageLayout
JobSettings. 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 方法 描述 boolean
PrinterJob. printPage(PageLayout pageLayout, Node node)
使用指定的页面布局打印指定的节点。void
JobSettings. setPageLayout(PageLayout pageLayout)
将PageLayout设置为使用。
-