AnnotationType

Inheritance: java.lang.Object, java.lang.Enum

public enum AnnotationType extends Enum<AnnotationType>

Enumeration of annotation types.

Fields

FieldDescription
TextText annotation type.
CircleCircle annotation type.
PolygonPolygon annotation type.
PolyLinePolyline annotation type.
LineLine annotation type.
SquareSquare annotatotion type.
FreeTextFree text annotation type.
HighlightHighlight annotation type.
UnderlineUnderline annotation type.
SquigglySquiggle annotation type.
StrikeOutStrikeout annotation type.
CaretCaret annotation type.
InkInk annotation type.
LinkLink annotation type.
PopupPopup annotation type.
FileAttachmentFile attachment annotation type.
SoundSound annotation type.
MovieMovie annotation type.
ScreenScreen annotation type.
WidgetWidget annotation type.
WatermarkWatermark annotation type.
TrapNetTrap network annotation type.
PrinterMarkPrinter mark annotation type.
RedactionRedaction annotation type.
StampRubber stamp annotation type.
RichMediaRich media annotation type
UnknownUnknown annotation.
PDF3DPDF3D annotation
ColorBarColorBar annotation.

Methods

MethodDescription
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.

public static final AnnotationType Link

Link annotation type.

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:

ParameterTypeDescription
namejava.lang.String

Returns: AnnotationType

getValue()

public int getValue()

Returns: int