public static final enum

FreeTextAnnotation.FreeTextAnnotationIntent

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

Class Overview

Possible styles of free text annotation.

Summary

Enum Values
FreeTextAnnotation.FreeTextAnnotationIntent  FREE_TEXT  Regular free text annotation (text box comment)  
FreeTextAnnotation.FreeTextAnnotationIntent  FREE_TEXT_CALLOUT  Callout style  
FreeTextAnnotation.FreeTextAnnotationIntent  FREE_TEXT_TYPE_WRITER  Click- to-type or typewriter object  
Public Methods
static FreeTextAnnotation.FreeTextAnnotationIntent valueOf(String name)
final static FreeTextAnnotationIntent[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FreeTextAnnotation.FreeTextAnnotationIntent FREE_TEXT

Regular free text annotation (text box comment)

public static final FreeTextAnnotation.FreeTextAnnotationIntent FREE_TEXT_CALLOUT

Callout style

public static final FreeTextAnnotation.FreeTextAnnotationIntent FREE_TEXT_TYPE_WRITER

Click- to-type or typewriter object

Public Methods

public static final FreeTextAnnotationIntent[] values ()