Uses of Class
javafx.print.Collation
-
Packages that use Collation 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of Collation in javafx.print
Methods in javafx.print that return Collation Modifier and Type 方法 描述 Collation
JobSettings. getCollation()
排序规则确定打印文档的多个副本时如何排序纸张。Collation
PrinterAttributes. getDefaultCollation()
默认的排序规则设置。static Collation
Collation. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Collation[]
Collation. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.print that return types with arguments of type Collation Modifier and Type 方法 描述 ObjectProperty<Collation>
JobSettings. collationProperty()
属性代表Collation
一个实例。Set<Collation>
PrinterAttributes. getSupportedCollations()
返回此打印机支持的归类设置的不可修改的集合。Methods in javafx.print with parameters of type Collation Modifier and Type 方法 描述 void
JobSettings. setCollation(Collation collation)
设置Collation
属性。
-