Uses of Enum Class
javafx.print.Printer.MarginType
Packages that use Printer.MarginType
-
Uses of Printer.MarginType in javafx.print
Subclasses with type arguments of type Printer.MarginType in javafx.printModifier and TypeClassDescriptionstatic enumThe MarginType is used to determine the printable area of a PageLayout.Methods in javafx.print that return Printer.MarginTypeModifier and TypeMethodDescriptionstatic Printer.MarginTypeReturns 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.