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 Summary
Fields Modifier and Type Field Description static PaperSource
AUTOMATIC
Specify to automatically select the tray.static PaperSource
BOTTOM
Specify to select the BOTTOM tray.static PaperSource
ENVELOPE
Specify to select the ENVELOPE tray.static PaperSource
LARGE_CAPACITY
Specify to select the LARGE_CAPACITY tray.static PaperSource
MAIN
Specify to select the MAIN tray.static PaperSource
MANUAL
Specify to select the MANUAL tray.static PaperSource
MIDDLE
Specify to select the MIDDLE tray.static PaperSource
SIDE
Specify to select the SIDE tray.static PaperSource
TOP
Specify to select the TOP tray. -
Method Summary
-
Field Details
-
AUTOMATIC
Specify to automatically select the tray. -
MAIN
Specify to select the MAIN tray. -
MANUAL
Specify to select the MANUAL tray. -
BOTTOM
Specify to select the BOTTOM tray. -
MIDDLE
Specify to select the MIDDLE tray. -
TOP
Specify to select the TOP tray. -
SIDE
Specify to select the SIDE tray. -
ENVELOPE
Specify to select the ENVELOPE tray. -
LARGE_CAPACITY
Specify to select the LARGE_CAPACITY tray.
-
-
Method Details