public static enum WritableAnnotation.AnnotationType extends java.lang.Enum<WritableAnnotation.AnnotationType>
Enum Constant | Description |
---|---|
CARET |
|
CIRCLE |
|
FILEATTACHMENT |
|
FREETEXT |
|
HIGHLIGHT |
|
INK |
|
LINE |
|
LINK |
|
POLYGON |
|
POLYLINE |
|
SOUND |
|
SQUARE |
|
SQUIGGLY |
|
STAMP |
|
STRIKEOUT |
|
TEXT |
|
UNDERLINE |
Modifier and Type | Method | Description |
---|---|---|
static WritableAnnotation.AnnotationType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WritableAnnotation.AnnotationType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WritableAnnotation.AnnotationType CARET
public static final WritableAnnotation.AnnotationType CIRCLE
public static final WritableAnnotation.AnnotationType FILEATTACHMENT
public static final WritableAnnotation.AnnotationType FREETEXT
public static final WritableAnnotation.AnnotationType HIGHLIGHT
public static final WritableAnnotation.AnnotationType INK
public static final WritableAnnotation.AnnotationType LINK
public static final WritableAnnotation.AnnotationType LINE
public static final WritableAnnotation.AnnotationType POLYGON
public static final WritableAnnotation.AnnotationType POLYLINE
public static final WritableAnnotation.AnnotationType SOUND
public static final WritableAnnotation.AnnotationType SQUARE
public static final WritableAnnotation.AnnotationType SQUIGGLY
public static final WritableAnnotation.AnnotationType STAMP
public static final WritableAnnotation.AnnotationType STRIKEOUT
public static final WritableAnnotation.AnnotationType TEXT
public static final WritableAnnotation.AnnotationType UNDERLINE
public static WritableAnnotation.AnnotationType[] values()
for (WritableAnnotation.AnnotationType c : WritableAnnotation.AnnotationType.values()) System.out.println(c);
public static WritableAnnotation.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 nullCopyright 2018 IDRsolutions ltd. All rights reserved.