public static enum PDViewerPreferences.DUPLEX extends Enum<PDViewerPreferences.DUPLEX>
Enum Constant and Description |
---|
DuplexFlipLongEdge
duplex printing, flip at long edge.
|
DuplexFlipShortEdge
duplex printing, flip at short edge.
|
Simplex
simplex printing.
|
Modifier and Type | Method and Description |
---|---|
static PDViewerPreferences.DUPLEX |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.