public enum CMYKPolicy extends Enum<CMYKPolicy>
Enum Constant and Description |
---|
EmbedProfile
Specifies that the CMYK color option is applicable to the PostScript file that is created.
|
Off
The CMYK color option is off.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Retrieves the CMYK policy value.
|
static CMYKPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMYKPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMYKPolicy EmbedProfile
toImage2
method,
not the toPS2
method).public static final CMYKPolicy Off
public static CMYKPolicy[] values()
for (CMYKPolicy c : CMYKPolicy.values()) System.out.println(c);
public static CMYKPolicy 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 getValue()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.