Uses of Class
javafx.print.PaperSource
-
Packages that use PaperSource 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of PaperSource in javafx.print
Fields in javafx.print declared as PaperSource Modifier and Type Field 描述 static PaperSource
PaperSource. AUTOMATIC
指定自动选择纸盘。static PaperSource
PaperSource. BOTTOM
指定选择底部托盘。static PaperSource
PaperSource. ENVELOPE
指定选择ENVELOPE纸盘。static PaperSource
PaperSource. LARGE_CAPACITY
指定选择LARGE_CAPACITY托盘。static PaperSource
PaperSource. MAIN
指定选择MAIN纸盘。static PaperSource
PaperSource. MANUAL
指定选择手动纸盘。static PaperSource
PaperSource. MIDDLE
指定选择MIDDLE纸盘。static PaperSource
PaperSource. SIDE
指定选择SIDE托盘。static PaperSource
PaperSource. TOP
指定选择TOP托盘。Methods in javafx.print that return PaperSource Modifier and Type 方法 描述 PaperSource
PrinterAttributes. getDefaultPaperSource()
返回默认纸张输入源/纸盘/PaperSource
JobSettings. getPaperSource()
获取属性paperSource的值。Methods in javafx.print that return types with arguments of type PaperSource Modifier and Type 方法 描述 Set<PaperSource>
PrinterAttributes. getSupportedPaperSources()
返回此打印机支持的纸张来源(即输入纸盒或纸盘)的不可修改的一组。ObjectProperty<PaperSource>
JobSettings. paperSourceProperty()
属性代表PaperSource
一个实例。Methods in javafx.print with parameters of type PaperSource Modifier and Type 方法 描述 void
JobSettings. setPaperSource(PaperSource value)
设置属性paperSource的值。
-