Uses of Enum Class
javafx.print.PageOrientation
Packages that use PageOrientation
-
Uses of PageOrientation in javafx.print
Methods in javafx.print that return PageOrientationModifier 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.Methods in javafx.print that return types with arguments of type PageOrientationModifier and TypeMethodDescriptionPrinterAttributes.getSupportedPageOrientations()
Returns an unmodifiable set of the supported orientations for this printer.Methods in javafx.print with parameters of type PageOrientationModifier 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.