public final enum

AnnotationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.AnnotationType

Class Overview

All currently supported annotation types.

Summary

Enum Values
AnnotationType  CARET   
AnnotationType  CIRCLE  Circle can also be an elliptical area measurement  
AnnotationType  FILE  FileAttachment  
AnnotationType  FREETEXT   
AnnotationType  HIGHLIGHT   
AnnotationType  INK  Ink (includes Signatures)  
AnnotationType  LINE  Line can also be a distance measurement  
AnnotationType  LINK  Links and PSPDFKit multimedia extensions. 
AnnotationType  NONE   
AnnotationType  NOTE   
AnnotationType  POLYGON  Polygon can also be an area measurement  
AnnotationType  POLYLINE  Polyline can also be a perimeter measurement  
AnnotationType  POPUP   
AnnotationType  REDACT   
AnnotationType  RICHMEDIA  Embedded PDF video  
AnnotationType  SCREEN  Embedded PDF video  
AnnotationType  SOUND   
AnnotationType  SQUARE  Square can also be a rectangular area measurement  
AnnotationType  SQUIGGLY   
AnnotationType  STAMP  A stamp can be an image as well. 
AnnotationType  STRIKEOUT   
AnnotationType  TRAPNET   
AnnotationType  TYPE3D   
AnnotationType  UNDEFINED  Any annotation whose type couldn't be recognized. 
AnnotationType  UNDERLINE   
AnnotationType  WATERMARK   
AnnotationType  WIDGET  Widget (includes PDF Forms)  
Public Methods
static AnnotationType valueOf(String name)
final static AnnotationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AnnotationType CARET

public static final AnnotationType CIRCLE

Circle can also be an elliptical area measurement

public static final AnnotationType FILE

FileAttachment

public static final AnnotationType FREETEXT

public static final AnnotationType HIGHLIGHT

public static final AnnotationType INK

Ink (includes Signatures)

public static final AnnotationType LINE

Line can also be a distance measurement

public static final AnnotationType LINK

Links and PSPDFKit multimedia extensions.

public static final AnnotationType NONE

public static final AnnotationType NOTE

public static final AnnotationType POLYGON

Polygon can also be an area measurement

public static final AnnotationType POLYLINE

Polyline can also be a perimeter measurement

public static final AnnotationType POPUP

public static final AnnotationType REDACT

public static final AnnotationType RICHMEDIA

Embedded PDF video

public static final AnnotationType SCREEN

Embedded PDF video

public static final AnnotationType SOUND

public static final AnnotationType SQUARE

Square can also be a rectangular area measurement

public static final AnnotationType SQUIGGLY

public static final AnnotationType STAMP

A stamp can be an image as well.

public static final AnnotationType STRIKEOUT

public static final AnnotationType TRAPNET

public static final AnnotationType TYPE3D

public static final AnnotationType UNDEFINED

Any annotation whose type couldn't be recognized.

public static final AnnotationType UNDERLINE

public static final AnnotationType WATERMARK

public static final AnnotationType WIDGET

Widget (includes PDF Forms)

Public Methods

public static AnnotationType valueOf (String name)

public static final AnnotationType[] values ()