public final class PaperSource extends Object
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this paper source.
|
String |
toString() |
public static final PaperSource AUTOMATIC
public static final PaperSource MAIN
public static final PaperSource MANUAL
public static final PaperSource BOTTOM
public static final PaperSource MIDDLE
public static final PaperSource TOP
public static final PaperSource SIDE
public static final PaperSource ENVELOPE
public static final PaperSource LARGE_CAPACITY
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.