PrintPaperSourceKind
Contents
[
Hide
]Inheritance: java.lang.Object
public class PrintPaperSourceKind
Standard paper sources.
Constructors
Constructor | Description |
---|---|
PrintPaperSourceKind() |
Fields
Field | Description |
---|---|
USStandardFanfold | Standard PaperSource type |
Cassette | Standard PaperSource type |
Custom | Standard PaperSource type |
Envelope | Standard PaperSource type |
FormSource | Standard PaperSource type |
LargeCapacity | Standard PaperSource type |
LargeFormat | Standard PaperSource type |
Lower | Standard PaperSource type |
Manual | Standard PaperSource type |
ManualFeed | Standard PaperSource type |
Middle | Standard PaperSource type |
SmallFormat | Standard PaperSource type |
TractorFeed | Standard PaperSource type |
Upper | Standard PaperSource type |
Methods
Method | Description |
---|---|
toString(int pdfPrintRange) | PaperSourceKind name |
getNames() | Array of Paper format names |
PrintPaperSourceKind()
public PrintPaperSourceKind()
USStandardFanfold
public static final int USStandardFanfold
Standard PaperSource type
Cassette
public static final int Cassette
Standard PaperSource type
Custom
public static final int Custom
Standard PaperSource type
Envelope
public static final int Envelope
Standard PaperSource type
FormSource
public static final int FormSource
Standard PaperSource type
LargeCapacity
public static final int LargeCapacity
Standard PaperSource type
LargeFormat
public static final int LargeFormat
Standard PaperSource type
Lower
public static final int Lower
Standard PaperSource type
Manual
public static final int Manual
Standard PaperSource type
ManualFeed
public static final int ManualFeed
Standard PaperSource type
Middle
public static final int Middle
Standard PaperSource type
SmallFormat
public static final int SmallFormat
Standard PaperSource type
TractorFeed
public static final int TractorFeed
Standard PaperSource type
Upper
public static final int Upper
Standard PaperSource type
toString(int pdfPrintRange)
public static String toString(int pdfPrintRange)
PaperSourceKind name
Parameters:
Parameter | Type | Description |
---|---|---|
pdfPrintRange | int | string object |
Returns: java.lang.String - String object
getNames()
public static String[] getNames()
Array of Paper format names
Returns: java.lang.String[] - String[] object