public final class PdfAnnotationType extends Object
Enumeration of annotation types.
Modifier and Type | Field and Description |
---|---|
static int |
Caret
Caret annotation type.
|
static int |
Circle
Circle annotation type.
|
static int |
FileAttachment
File attachment annotation type.
|
static int |
FreeText
Free text annotation type.
|
static int |
Highlight
Highlight annotation type.
|
static int |
Ink
Ink annotation type.
|
static int |
Line
Line annotation type.
|
static int |
Link
Link annotation type.
|
static int |
Movie
Movie annotation type.
|
static int |
Pdf3D
PDF3D annotation.
|
static int |
Polygon
Polygon annotation type.
|
static int |
PolyLine
Polyline annotation type.
|
static int |
Popup
Popup annotation type.
|
static int |
PrinterMark
Printer mark annotation type.
|
static int |
Redaction
Redaction annotation type.
|
static int |
RichMedia
RichMedia annotation type.
|
static int |
Screen
Screen annotation type.
|
static int |
Sound
Sound annotation type.
|
static int |
Square
Square annotation type.
|
static int |
Squiggly
Squiggle annotation type.
|
static int |
Stamp
Rubber stamp annotation type.
|
static int |
StrikeOut
Strikeout annotation type.
|
static int |
Text
Text annotation type.
|
static int |
TrapNet
Trap network annotation type.
|
static int |
Underline
Underline annotation type.
|
static int |
Unknown
Unknown annotation.
|
static int |
Watermark
Watermark annotation type.
|
static int |
Widget
Widget annotation type.
|
Modifier and Type | Method and Description |
---|---|
static Boolean |
isDefined(int value)
Checks if a value defined for
enumeration. |
static int |
parse(String value)
Parses a string to a
enumeration value. |
static String |
toString(int value)
Returns a string representation of the
value. |
public static final int Text
Text annotation type.
public static final int Circle
Circle annotation type.
public static final int Polygon
Polygon annotation type.
public static final int PolyLine
Polyline annotation type.
public static final int Line
Line annotation type.
public static final int Square
Square annotation type.
public static final int FreeText
Free text annotation type.
public static final int Highlight
Highlight annotation type.
public static final int Underline
Underline annotation type.
public static final int Squiggly
Squiggle annotation type.
public static final int StrikeOut
Strikeout annotation type.
public static final int Caret
Caret annotation type.
public static final int Ink
Ink annotation type.
public static final int Link
Link annotation type.
public static final int Popup
Popup annotation type.
public static final int FileAttachment
File attachment annotation type.
public static final int Sound
Sound annotation type.
public static final int Movie
Movie annotation type.
public static final int Screen
Screen annotation type.
public static final int Widget
Widget annotation type.
public static final int Watermark
Watermark annotation type.
public static final int TrapNet
Trap network annotation type.
public static final int PrinterMark
Printer mark annotation type.
public static final int Redaction
Redaction annotation type.
public static final int Stamp
Rubber stamp annotation type.
public static final int RichMedia
RichMedia annotation type.
public static final int Unknown
Unknown annotation.
public static final int Pdf3D
PDF3D annotation.
public static final String toString(int value)
Returns a string representation of the
value.
PdfAnnotationType
value
- The value to convert.PdfAnnotationType
value.public static final int parse(String value)
Parses a string to a
enumeration value.
PdfAnnotationType
value
- The string to parse.PdfAnnotationType
enumeration value.public static final Boolean isDefined(int value)
Checks if a value defined for
enumeration.
PdfAnnotationType
value
- The value to check.