Package javafx.print

Enum Class Collation

java.lang.Object
java.lang.Enum<Collation>
javafx.print.Collation
All Implemented Interfaces:
Serializable, Comparable<Collation>, Constable

public enum Collation extends Enum<Collation>
Collation specifies whether or not media sheets of each copy of a printed document in a job are to be in sequence. It has no effect or relevance unless multiple job copies are printed.
Since:
JavaFX 8.0