java.io.Serializable
, java.lang.Comparable<PDViewerPreferences.DUPLEX>
public static enum PDViewerPreferences.DUPLEX extends java.lang.Enum<PDViewerPreferences.DUPLEX>
Enum Constant | Description |
---|---|
DuplexFlipLongEdge |
duplex printing, flip at long edge.
|
DuplexFlipShortEdge |
duplex printing, flip at short edge.
|
Simplex |
simplex printing.
|
Modifier and Type | Method | Description |
---|---|---|
static PDViewerPreferences.DUPLEX |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDViewerPreferences.DUPLEX[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDViewerPreferences.DUPLEX Simplex
public static final PDViewerPreferences.DUPLEX DuplexFlipShortEdge
public static final PDViewerPreferences.DUPLEX DuplexFlipLongEdge
public static PDViewerPreferences.DUPLEX[] values()
for (PDViewerPreferences.DUPLEX c : PDViewerPreferences.DUPLEX.values()) System.out.println(c);
public static PDViewerPreferences.DUPLEX valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null