- java.lang.Object
- 
- javafx.print.PaperSource
 
- 
 public final class PaperSource extends Object A PaperSource is the input tray to be used for the Paper. The enumerated values here cover many of the most common sources, which may map to platform IDs. However there are also printer specific tray names which may be in use. So queries of the supported paper sources may include other values.- Since:
- JavaFX 8.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static PaperSourceAUTOMATICSpecify to automatically select the tray.static PaperSourceBOTTOMSpecify to select the BOTTOM tray.static PaperSourceENVELOPESpecify to select the ENVELOPE tray.static PaperSourceLARGE_CAPACITYSpecify to select the LARGE_CAPACITY tray.static PaperSourceMAINSpecify to select the MAIN tray.static PaperSourceMANUALSpecify to select the MANUAL tray.static PaperSourceMIDDLESpecify to select the MIDDLE tray.static PaperSourceSIDESpecify to select the SIDE tray.static PaperSourceTOPSpecify to select the TOP tray.
 
- 
- 
- 
Field Detail- 
AUTOMATICpublic static final PaperSource AUTOMATIC Specify to automatically select the tray.
 - 
MAINpublic static final PaperSource MAIN Specify to select the MAIN tray.
 - 
MANUALpublic static final PaperSource MANUAL Specify to select the MANUAL tray.
 - 
BOTTOMpublic static final PaperSource BOTTOM Specify to select the BOTTOM tray.
 - 
MIDDLEpublic static final PaperSource MIDDLE Specify to select the MIDDLE tray.
 - 
TOPpublic static final PaperSource TOP Specify to select the TOP tray.
 - 
SIDEpublic static final PaperSource SIDE Specify to select the SIDE tray.
 - 
ENVELOPEpublic static final PaperSource ENVELOPE Specify to select the ENVELOPE tray.
 - 
LARGE_CAPACITYpublic static final PaperSource LARGE_CAPACITY Specify to select the LARGE_CAPACITY tray.
 
- 
 
-