Uses of Enum Class
javafx.print.Printer.MarginType
Packages that use Printer.MarginType
-
Uses of Printer.MarginType in javafx.print
Methods in javafx.print that return Printer.MarginTypeModifier and TypeMethodDescriptionstatic Printer.MarginType
Returns the enum constant of this class with the specified name.static Printer.MarginType[]
Printer.MarginType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.print with parameters of type Printer.MarginTypeModifier and TypeMethodDescriptionPrinter.createPageLayout(Paper paper, PageOrientation orient, Printer.MarginType mType)
Obtain a new PageLayout instance for this printer using the specified parameters.