public enum AnnotationType extends Enum<AnnotationType>
Enumeration of annotation types.
Enum Constant and Description |
---|
Caret
Caret annotation type.
|
Circle
Circle annotation type.
|
ColorBar
ColorBar annotation.
|
FileAttachment
File attachment annotation type.
|
FreeText
Free text annotation type.
|
Highlight
Highlight annotation type.
|
Ink
Ink annotation type.
|
Line
Line annotation type.
|
Link
Link annotation type.
|
Movie
Movie annotation type.
|
PDF3D
PDF3D annotation
|
Polygon
Polygon annotation type.
|
PolyLine
Polyline annotation type.
|
Popup
Popup annotation type.
|
PrinterMark
Printer mark annotation type.
|
Redaction
Redaction annotation type.
|
RichMedia
Rich media annotation type
|
Screen
Screen annotation type.
|
Sound
Sound annotation type.
|
Square
Square annotatotion type.
|
Squiggly
Squiggle annotation type.
|
Stamp
Rubber stamp annotation type.
|
StrikeOut
Strikeout annotation type.
|
Text
Text annotation type.
|
TrapNet
Trap network annotation type.
|
Underline
Underline annotation type.
|
Unknown
Unknown annotation.
|
Watermark
Watermark annotation type.
|
Widget
Widget annotation type.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static AnnotationType |
valueOf(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
Text annotation type.
public static final AnnotationType Circle
Circle annotation type.
public static final AnnotationType Polygon
Polygon annotation type.
public static final AnnotationType PolyLine
Polyline annotation type.
public static final AnnotationType Line
Line annotation type.
public static final AnnotationType Square
Square annotatotion type.
public static final AnnotationType FreeText
Free text annotation type.
public static final AnnotationType Highlight
Highlight annotation type.
public static final AnnotationType Underline
Underline annotation type.
public static final AnnotationType Squiggly
Squiggle annotation type.
public static final AnnotationType StrikeOut
Strikeout annotation type.
public static final AnnotationType Caret
Caret annotation type.
public static final AnnotationType Ink
Ink annotation type.
public static final AnnotationType Link
Link annotation type.
public static final AnnotationType Popup
Popup annotation type.
public static final AnnotationType FileAttachment
File attachment annotation type.
public static final AnnotationType Sound
Sound annotation type.
public static final AnnotationType Movie
Movie annotation type.
public static final AnnotationType Screen
Screen annotation type.
public static final AnnotationType Widget
Widget annotation type.
public static final AnnotationType Watermark
Watermark annotation type.
public static final AnnotationType TrapNet
Trap network annotation type.
public static final AnnotationType PrinterMark
Printer mark annotation type.
public static final AnnotationType Redaction
Redaction annotation type.
public static final AnnotationType Stamp
Rubber stamp annotation type.
public static final AnnotationType RichMedia
Rich media annotation type
public static final AnnotationType Unknown
Unknown annotation.
public static final AnnotationType PDF3D
PDF3D annotation
public static final AnnotationType ColorBar
ColorBar annotation.
public static AnnotationType[] values()
for (AnnotationType c : AnnotationType.values()) System.out.println(c);
public static AnnotationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2023 Aspose. All Rights Reserved.