public class PrintPaperSources extends Object
Provides a set of predefined PrintPaperSource
instances representing common paper sources.
Modifier and Type | Field and Description |
---|---|
static PrintPaperSource |
AutomaticFeed
Represents an automatic feed paper source.
|
static PrintPaperSource |
Cassette
Represents the paper cassette of the printer.
|
static PrintPaperSource |
Envelope
Represents an automatic envelope feed paper source.
|
static PrintPaperSource |
FormSource
Represents the default bin of the printer.
|
static PrintPaperSource |
LargeCapacity
Represent the large capacity bin of the printer.
|
static PrintPaperSource |
LargeFormat
Represents the bin for the larger format paper.
|
static PrintPaperSource |
Lower
Represents the lower bin of the printer.
|
static PrintPaperSource |
Manual
Represents a manual feed paper source.
|
static PrintPaperSource |
ManualFeedEnvelope
Represents a manual feed envelope paper source.
|
static PrintPaperSource |
Middle
Represents the middle bin of the printer.
|
static PrintPaperSource |
SmallFormat
Represents the bin for the smaller format paper.
|
static PrintPaperSource |
TractorFeed
Represents a tractor feed continuous paper source.
|
static PrintPaperSource |
Upper
Represents the topmost bin of the printer, or the default bin if the printer only has one bin.
|
Constructor and Description |
---|
PrintPaperSources() |
public static final PrintPaperSource Upper
Represents the topmost bin of the printer, or the default bin if the printer only has one bin.
public static final PrintPaperSource Lower
Represents the lower bin of the printer.
public static final PrintPaperSource Middle
Represents the middle bin of the printer.
public static final PrintPaperSource Manual
Represents a manual feed paper source.
public static final PrintPaperSource Envelope
Represents an automatic envelope feed paper source.
public static final PrintPaperSource ManualFeedEnvelope
Represents a manual feed envelope paper source.
public static final PrintPaperSource AutomaticFeed
Represents an automatic feed paper source.
public static final PrintPaperSource TractorFeed
Represents a tractor feed continuous paper source.
public static final PrintPaperSource SmallFormat
Represents the bin for the smaller format paper.
public static final PrintPaperSource LargeFormat
Represents the bin for the larger format paper.
public static final PrintPaperSource LargeCapacity
Represent the large capacity bin of the printer.
public static final PrintPaperSource Cassette
Represents the paper cassette of the printer.
public static final PrintPaperSource FormSource
Represents the default bin of the printer.
Copyright © 2024 Aspose. All Rights Reserved.