java.lang.Object
javafx.print.PaperSource
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 SummaryFieldsModifier and TypeFieldDescriptionstatic final PaperSourceSpecify to automatically select the tray.static final PaperSourceSpecify to select the BOTTOM tray.static final PaperSourceSpecify to select the ENVELOPE tray.static final PaperSourceSpecify to select the LARGE_CAPACITY tray.static final PaperSourceSpecify to select the MAIN tray.static final PaperSourceSpecify to select the MANUAL tray.static final PaperSourceSpecify to select the MIDDLE tray.static final PaperSourceSpecify to select the SIDE tray.static final PaperSourceSpecify to select the TOP tray.
- 
Method Summary
- 
Field Details- 
AUTOMATICSpecify to automatically select the tray.
- 
MAINSpecify to select the MAIN tray.
- 
MANUALSpecify to select the MANUAL tray.
- 
BOTTOMSpecify to select the BOTTOM tray.
- 
MIDDLESpecify to select the MIDDLE tray.
- 
TOPSpecify to select the TOP tray.
- 
SIDESpecify to select the SIDE tray.
- 
ENVELOPESpecify to select the ENVELOPE tray.
- 
LARGE_CAPACITYSpecify to select the LARGE_CAPACITY tray.
 
- 
- 
Method Details- 
getNameReturns the name of this paper source.- Returns:
- paper source name.
 
 
-