public enum AnnotationType extends java.lang.Enum<AnnotationType>
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationType.Adapter |
Enum Constant and Description |
---|
CARET |
CIRCLE |
FILEATTACHMENT |
FREETEXT |
HIGHLIGHT |
INK |
LINE |
LINK |
MOVIE |
PDF3D |
POLYGON |
POLYLINE |
POPUP |
PRINTERMARK |
REDACTION |
RICHMEDIA |
SCREEN |
SOUND |
SQUARE |
SQUIGGLY |
STAMP |
STRIKEOUT |
TEXT |
TRAPNET |
UNDERLINE |
UNKNOWN |
WATERMARK |
WIDGET |
Modifier and Type | Method and Description |
---|---|
static AnnotationType |
fromValue(java.lang.String text) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AnnotationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationType TEXT
public static final AnnotationType CIRCLE
public static final AnnotationType POLYGON
public static final AnnotationType POLYLINE
public static final AnnotationType LINE
public static final AnnotationType SQUARE
public static final AnnotationType FREETEXT
public static final AnnotationType HIGHLIGHT
public static final AnnotationType UNDERLINE
public static final AnnotationType SQUIGGLY
public static final AnnotationType STRIKEOUT
public static final AnnotationType CARET
public static final AnnotationType INK
public static final AnnotationType LINK
public static final AnnotationType POPUP
public static final AnnotationType FILEATTACHMENT
public static final AnnotationType SOUND
public static final AnnotationType MOVIE
public static final AnnotationType SCREEN
public static final AnnotationType WIDGET
public static final AnnotationType WATERMARK
public static final AnnotationType TRAPNET
public static final AnnotationType PRINTERMARK
public static final AnnotationType REDACTION
public static final AnnotationType STAMP
public static final AnnotationType RICHMEDIA
public static final AnnotationType UNKNOWN
public static final AnnotationType PDF3D
public static AnnotationType[] values()
for (AnnotationType c : AnnotationType.values()) System.out.println(c);
public static AnnotationType 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 getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<AnnotationType>
public static AnnotationType fromValue(java.lang.String text)