Uses of Class
javafx.print.PageLayout
-
Uses of PageLayout in javafx.print
Modifier 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.Modifier and TypeMethodDescriptionfinal ObjectProperty<PageLayout>
JobSettings.pageLayoutProperty()
Property representing an instance ofPageLayout
.Modifier 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.