This requests a default 0.75 inch margin on all sides.
Choose the largest of the four hardware margins, and use that for all for margins, so that the margins are equal on all sides.
Similar to EQUAL, but it chooses the larger of the left/right hardware margins and top/bottom hardware margins separately, so that the top and bottom margins are equal, and the left and right margins are equal.
Request margins are set to be the smallest on each side that the hardware allows.
Returns the enum
constant of this type with the specified name.
Returns the enum
constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException
If the specified enum
type has no constant with the specified name,
or the specified class object does not represent an enum
type.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
JavaFX enum
scalafx.delegate.SFXEnumDelegate
equivalent to argument.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
SFXEnumDelegate
instance
Delegated enum
Contain constants which will be source for values
List
Contain constants which will be source for values
List
Returns a List containing the constants of this enum
type, in the order they are declared.
Returns a List containing the constants of this enum
type, in the order they are declared.
Companion Object for scalafx.print.Printer.MarginType.