Uses of Class
javafx.print.PageLayout
Packages that use PageLayout
-
Uses of PageLayout in javafx.print
Methods in javafx.print that return PageLayoutModifier and TypeMethodDescriptionPrinter.createPageLayout
(Paper paper, PageOrientation orient, double lMargin, double rMargin, double tMargin, double bMargin) Obtain a new PageLayout for this printer using the specified parameters.Printer.createPageLayout
(Paper paper, PageOrientation orient, Printer.MarginType mType) Obtain a new PageLayout instance for this printer using the specified parameters.Printer.getDefaultPageLayout()
Return the default page layout for this printer.final PageLayout
JobSettings.getPageLayout()
Gets the value of thepageLayout
property.Methods in javafx.print that return types with arguments of type PageLayoutModifier and TypeMethodDescriptionfinal ObjectProperty
<PageLayout> JobSettings.pageLayoutProperty()
Property representing an instance ofPageLayout
.Methods in javafx.print with parameters of type PageLayoutModifier and TypeMethodDescriptionboolean
PrinterJob.printPage
(PageLayout pageLayout, Node node) Print the specified node using the specified page layout.final void
JobSettings.setPageLayout
(PageLayout pageLayout) Sets the value of thepageLayout
property.