AnnotationType
Inheritance: java.lang.Object, java.lang.Enum
public enum AnnotationType extends Enum<AnnotationType>
Enumeration of annotation types.
Fields
Field | Description |
---|---|
Text | Text annotation type. |
Circle | Circle annotation type. |
Polygon | Polygon annotation type. |
PolyLine | Polyline annotation type. |
Line | Line annotation type. |
Square | Square annotatotion type. |
FreeText | Free text annotation type. |
Highlight | Highlight annotation type. |
Underline | Underline annotation type. |
Squiggly | Squiggle annotation type. |
StrikeOut | Strikeout annotation type. |
Caret | Caret annotation type. |
Ink | Ink annotation type. |
Link | Link annotation type. |
Popup | Popup annotation type. |
FileAttachment | File attachment annotation type. |
Sound | Sound annotation type. |
Movie | Movie annotation type. |
Screen | Screen annotation type. |
Widget | Widget annotation type. |
Watermark | Watermark annotation type. |
TrapNet | Trap network annotation type. |
PrinterMark | Printer mark annotation type. |
Redaction | Redaction annotation type. |
Stamp | Rubber stamp annotation type. |
RichMedia | Rich media annotation type |
Unknown | Unknown annotation. |
PDF3D | PDF3D annotation |
ColorBar | ColorBar annotation. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) | |
getValue() |
Text
public static final AnnotationType Text
Text annotation type.
Circle
public static final AnnotationType Circle
Circle annotation type.
Polygon
public static final AnnotationType Polygon
Polygon annotation type.
PolyLine
public static final AnnotationType PolyLine
Polyline annotation type.
Line
public static final AnnotationType Line
Line annotation type.
Square
public static final AnnotationType Square
Square annotatotion type.
FreeText
public static final AnnotationType FreeText
Free text annotation type.
Highlight
public static final AnnotationType Highlight
Highlight annotation type.
Underline
public static final AnnotationType Underline
Underline annotation type.
Squiggly
public static final AnnotationType Squiggly
Squiggle annotation type.
StrikeOut
public static final AnnotationType StrikeOut
Strikeout annotation type.
Caret
public static final AnnotationType Caret
Caret annotation type.
Ink
public static final AnnotationType Ink
Ink annotation type.
Link
public static final AnnotationType Link
Link annotation type.
Popup
public static final AnnotationType Popup
Popup annotation type.
FileAttachment
public static final AnnotationType FileAttachment
File attachment annotation type.
Sound
public static final AnnotationType Sound
Sound annotation type.
Movie
public static final AnnotationType Movie
Movie annotation type.
Screen
public static final AnnotationType Screen
Screen annotation type.
Widget
public static final AnnotationType Widget
Widget annotation type.
Watermark
public static final AnnotationType Watermark
Watermark annotation type.
TrapNet
public static final AnnotationType TrapNet
Trap network annotation type.
PrinterMark
public static final AnnotationType PrinterMark
Printer mark annotation type.
Redaction
public static final AnnotationType Redaction
Redaction annotation type.
Stamp
public static final AnnotationType Stamp
Rubber stamp annotation type.
RichMedia
public static final AnnotationType RichMedia
Rich media annotation type
Unknown
public static final AnnotationType Unknown
Unknown annotation.
PDF3D
public static final AnnotationType PDF3D
PDF3D annotation
ColorBar
public static final AnnotationType ColorBar
ColorBar annotation.
values()
public static AnnotationType[] values()
Returns: com.aspose.pdf.AnnotationType[]
valueOf(String name)
public static AnnotationType valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: AnnotationType
getValue()
public int getValue()
Returns: int