public static enum CPDFAnnotation.BorderEffectIntensity extends java.lang.Enum<CPDFAnnotation.BorderEffectIntensity>
Enum Constant and Description |
---|
INTENSITY_ONE |
INTENSITY_TWO |
INTENSITY_ZERO |
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static CPDFAnnotation.BorderEffectIntensity |
toEnum(int id) |
static CPDFAnnotation.BorderEffectIntensity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFAnnotation.BorderEffectIntensity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFAnnotation.BorderEffectIntensity INTENSITY_ZERO
public static final CPDFAnnotation.BorderEffectIntensity INTENSITY_ONE
public static final CPDFAnnotation.BorderEffectIntensity INTENSITY_TWO
public static CPDFAnnotation.BorderEffectIntensity[] values()
for (CPDFAnnotation.BorderEffectIntensity c : CPDFAnnotation.BorderEffectIntensity.values()) System.out.println(c);
public static CPDFAnnotation.BorderEffectIntensity 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 static CPDFAnnotation.BorderEffectIntensity toEnum(int id)