FreeTextIntent

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class FreeTextIntent extends System.Enum

Enumerates the intents of the free text annotation.

Fields

FieldDescription
UndefinedNot defined state.
FreeTextCalloutMeans that the annotation is intended to function as a callout.
FreeTextTypeWriterMeans that the annotation is intended to function as a click-to-type or typewriter object.

Undefined

public static final int Undefined

Not defined state.

FreeTextCallout

public static final int FreeTextCallout

Means that the annotation is intended to function as a callout.

FreeTextTypeWriter

public static final int FreeTextTypeWriter

Means that the annotation is intended to function as a click-to-type or typewriter object.