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 PaperSourcePaperSource. AUTOMATIC指定自动选择纸盘。static PaperSourcePaperSource. BOTTOM指定选择底部托盘。static PaperSourcePaperSource. ENVELOPE指定选择ENVELOPE纸盘。static PaperSourcePaperSource. LARGE_CAPACITY指定选择LARGE_CAPACITY托盘。static PaperSourcePaperSource. MAIN指定选择MAIN纸盘。static PaperSourcePaperSource. MANUAL指定选择手动纸盘。static PaperSourcePaperSource. MIDDLE指定选择MIDDLE纸盘。static PaperSourcePaperSource. SIDE指定选择SIDE托盘。static PaperSourcePaperSource. TOP指定选择TOP托盘。Methods in javafx.print that return PaperSource Modifier and Type 方法 描述 PaperSourcePrinterAttributes. getDefaultPaperSource()返回默认纸张输入源/纸盘/PaperSourceJobSettings. 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 方法 描述 voidJobSettings. setPaperSource(PaperSource value)设置属性paperSource的值。
-