public enum PdfDuplex extends Enum<PdfDuplex> implements MinRequiredVersion, FriendlyNamed
| Enum Constant and Description |
|---|
DUPLEX_FLIP_LONG_EDGE |
DUPLEX_FLIP_SHORT_EDGE |
SIMPLEX |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
PdfVersion |
getMinVersion() |
static PdfDuplex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfDuplex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfDuplex SIMPLEX
public static final PdfDuplex DUPLEX_FLIP_SHORT_EDGE
public static final PdfDuplex DUPLEX_FLIP_LONG_EDGE
public static PdfDuplex[] values()
for (PdfDuplex c : PdfDuplex.values()) System.out.println(c);
public static PdfDuplex 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 nullpublic String getFriendlyName()
getFriendlyName in interface FriendlyNamedpublic PdfVersion getMinVersion()
getMinVersion in interface MinRequiredVersionCopyright © 2015. All Rights Reserved.