Uses of Enum Class
javafx.print.PageOrientation
-
Uses of PageOrientation in javafx.print
Modifier and TypeMethodDescriptionPrinterAttributes.getDefaultPageOrientation()
Return the default orientation for paper on this printer.PageLayout.getPageOrientation()
Gets thePageOrientation
.static PageOrientation
Returns the enum constant of this class with the specified name.static PageOrientation[]
PageOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPrinterAttributes.getSupportedPageOrientations()
Returns an unmodifiable set of the supported orientations for this printer.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.