public static enum PDViewerPreferences.DUPLEX extends Enum<PDViewerPreferences.DUPLEX>
| Enum Constant and Description | 
|---|
| DuplexFlipLongEdgeduplex printing, flip at long edge. | 
| DuplexFlipShortEdgeduplex printing, flip at short edge. | 
| Simplexsimplex 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–2017 The Apache Software Foundation. All rights reserved.