Package com.realobjects.pdfreactor
Enum Configuration.OutputIntentDefaultProfile
java.lang.Object
java.lang.Enum<Configuration.OutputIntentDefaultProfile>
com.realobjects.pdfreactor.Configuration.OutputIntentDefaultProfile
- All Implemented Interfaces:
Serializable
,Comparable<Configuration.OutputIntentDefaultProfile>
,java.lang.constant.Constable
- Enclosing class:
Configuration
public static enum Configuration.OutputIntentDefaultProfile
extends Enum<Configuration.OutputIntentDefaultProfile>
An enum containing default profiles for output intents.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription"Coated FOGRA39" output intent default profile."Coated GRACoL 2006" output intent default profile."ISO News print 26% (IFRA)" output intent default profile."Japan Color 2001 Coated" output intent default profile."Japan Color 2001 Newspaper" output intent default profile."Japan Color 2001 Uncoated" output intent default profile."Japan Web Coated (Ad)" output intent default profile."US Web Coated (SWOP) v2" output intent default profile."Web Coated SWOP 2006 Grade 3 Paper" output intent default profile. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
FOGRA39
"Coated FOGRA39" output intent default profile.
-
GRACOL
"Coated GRACoL 2006" output intent default profile.
-
IFRA
"ISO News print 26% (IFRA)" output intent default profile.
-
JAPAN
"Japan Color 2001 Coated" output intent default profile.
-
JAPAN_NEWSPAPER
"Japan Color 2001 Newspaper" output intent default profile.
-
JAPAN_UNCOATED
"Japan Color 2001 Uncoated" output intent default profile.
-
JAPAN_WEB
"Japan Web Coated (Ad)" output intent default profile.
-
SWOP
"US Web Coated (SWOP) v2" output intent default profile.
-
SWOP_3
"Web Coated SWOP 2006 Grade 3 Paper" output intent default profile.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-