public class PrintPaperSourceKind extends Object
Modifier and Type | Field and Description |
---|---|
static int |
Cassette
Standard PaperSource type
|
static int |
Custom
Standard PaperSource type
|
static int |
Envelope
Standard PaperSource type
|
static int |
FormSource
Standard PaperSource type
|
static int |
LargeCapacity
Standard PaperSource type
|
static int |
LargeFormat
Standard PaperSource type
|
static int |
Lower
Standard PaperSource type
|
static int |
Manual
Standard PaperSource type
|
static int |
ManualFeed
Standard PaperSource type
|
static int |
Middle
Standard PaperSource type
|
static int |
SmallFormat
Standard PaperSource type
|
static int |
TractorFeed
Standard PaperSource type
|
static int |
Upper
Standard PaperSource type
|
static int |
USStandardFanfold
Standard PaperSource type
|
Constructor and Description |
---|
PrintPaperSourceKind() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getNames()
Array of Paper format names
|
static String |
toString(int pdfPrintRange)
PaperSourceKind name
|
public static final int USStandardFanfold
public static final int Cassette
public static final int Custom
public static final int Envelope
public static final int FormSource
public static final int LargeCapacity
public static final int LargeFormat
public static final int Lower
public static final int Manual
public static final int ManualFeed
public static final int Middle
public static final int SmallFormat
public static final int TractorFeed
public static final int Upper
public static String toString(int pdfPrintRange)
pdfPrintRange
- string objectPrinterPaperKind
public static String[] getNames()