Uses of Enum Class
javafx.print.Collation
Packages that use Collation
-
Uses of Collation in javafx.print
Methods in javafx.print that return CollationModifier and TypeMethodDescriptionJobSettings.getCollation()
Collation determines how sheets are sorted when multiple copies of a document are printed.PrinterAttributes.getDefaultCollation()
The default collation setting.static Collation
Returns the enum constant of this class with the specified name.static Collation[]
Collation.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 CollationModifier and TypeMethodDescriptionJobSettings.collationProperty()
Property representing an instance ofCollation
.PrinterAttributes.getSupportedCollations()
Returns an unmodifiable set of the supported collation settings for this printer.Methods in javafx.print with parameters of type CollationModifier and TypeMethodDescriptionvoid
JobSettings.setCollation(Collation collation)
Set theCollation
property.