public class PaperSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Auto select based on paper size
|
static int |
CASSETTE
Use paper from the cassette tray
|
static int |
ENV_MAUAL
Use paper from the envelope manual feed
|
static int |
ENVELOPE
Use paper from the envelope tray
|
static int |
FIRST
Use paper from the upper tray
|
static int |
FORM_SOURCE
Use paper from the forms tray
|
static int |
LARGE_CAPACITY
Use paper from the large capacity tray
|
static int |
LARGE_FMT
Use paper from the large forms tray
|
static int |
LAST
Use paper from the forms tray
|
static int |
LOWER
Use paper from the lower tray
|
static int |
MANUAL
Use paper from the manual feed
|
static int |
MIDDLE
Use paper from the middle tray
|
static int |
ONLY_ONE
Use paper from the upper tray
|
static int |
SMALL_FMT
Use paper from the small forms tray
|
static int |
TRACTOR
Use paper from the tractor feed
|
static int |
UPPER
Use paper from the upper tray
|
static int |
USE_SYSTEM_DEFAULT
Use the default paper source
|
static int |
USER
Use paper from device specific trays by setting PaperSource to a value larger than User
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
public static final int USE_SYSTEM_DEFAULT
public static final int UPPER
public static final int FIRST
PaperSource::Upper,
Constant Field Valuespublic static final int ONLY_ONE
PaperSource::Upper,
Constant Field Valuespublic static final int LOWER
public static final int MIDDLE
public static final int MANUAL
public static final int ENVELOPE
public static final int ENV_MAUAL
public static final int AUTO
public static final int TRACTOR
public static final int SMALL_FMT
public static final int LARGE_FMT
public static final int LARGE_CAPACITY
public static final int CASSETTE
public static final int FORM_SOURCE
public static final int LAST
PaperSource::FormSource,
Constant Field Valuespublic static final int USER