Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Field and Description |
---|---|
static PaperSource |
PaperSource.AUTOMATIC
Specify to automatically select the tray.
|
static PaperSource |
PaperSource.BOTTOM
Specify to select the BOTTOM tray.
|
static PaperSource |
PaperSource.ENVELOPE
Specify to select the ENVELOPE tray.
|
static PaperSource |
PaperSource.LARGE_CAPACITY
Specify to select the LARGE_CAPACITY tray.
|
static PaperSource |
PaperSource.MAIN
Specify to select the MAIN tray.
|
static PaperSource |
PaperSource.MANUAL
Specify to select the MANUAL tray.
|
static PaperSource |
PaperSource.MIDDLE
Specify to select the MIDDLE tray.
|
static PaperSource |
PaperSource.SIDE
Specify to select the SIDE tray.
|
static PaperSource |
PaperSource.TOP
Specify to select the TOP tray.
|
Modifier and Type | Method and Description |
---|---|
PaperSource |
PrinterAttributes.getDefaultPaperSource()
Return the default paper input source/tray/
|
PaperSource |
JobSettings.getPaperSource()
Gets the value of the property paperSource.
|
Modifier and Type | Method and Description |
---|---|
Set<PaperSource> |
PrinterAttributes.getSupportedPaperSources()
Returns an unmodifiable set of the supported paper sources
(ie input bins or trays) for this printer.
|
ObjectProperty<PaperSource> |
JobSettings.paperSourceProperty()
Property representing an instance of
PaperSource . |
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPaperSource(PaperSource value)
Sets the value of the property paperSource.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.