public static enum Triplet.PageOverlayConditionalProcessing.PageOverlayType extends java.lang.Enum<Triplet.PageOverlayConditionalProcessing.PageOverlayType>
| Enum Constant and Description |
|---|
Annotation |
Highlight |
Normal |
Redaction |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.PageOverlayConditionalProcessing.PageOverlayType |
valueOf(byte codeByte) |
static Triplet.PageOverlayConditionalProcessing.PageOverlayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.PageOverlayConditionalProcessing.PageOverlayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.PageOverlayConditionalProcessing.PageOverlayType Normal
public static final Triplet.PageOverlayConditionalProcessing.PageOverlayType Annotation
public static final Triplet.PageOverlayConditionalProcessing.PageOverlayType Redaction
public static final Triplet.PageOverlayConditionalProcessing.PageOverlayType Highlight
public static Triplet.PageOverlayConditionalProcessing.PageOverlayType[] values()
for (Triplet.PageOverlayConditionalProcessing.PageOverlayType c : Triplet.PageOverlayConditionalProcessing.PageOverlayType.values()) System.out.println(c);
public static Triplet.PageOverlayConditionalProcessing.PageOverlayType 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 Triplet.PageOverlayConditionalProcessing.PageOverlayType valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()