public enum PdfColorMode extends java.lang.Enum<PdfColorMode> implements WkValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWkValue() |
static PdfColorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfColorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfColorMode COLOR
public static final PdfColorMode GRAYSCALE
public static PdfColorMode[] values()
for (PdfColorMode c : PdfColorMode.values()) System.out.println(c);
public static PdfColorMode 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 nullpublic java.lang.String getWkValue()
getWkValue in interface WkValue