public final class FreeTextIntent
extends com.aspose.ms.System.Enum
Enumerates the intents of the free text annotation.
Modifier and Type | Field and Description |
---|---|
static int |
FreeTextCallout
Means that the annotation is intended to function as a callout.
|
static int |
FreeTextTypeWriter
Means that the annotation is intended to function as a click-to-type or typewriter object.
|
static int |
Undefined
Not defined state.
|
public static final int Undefined
Not defined state.
public static final int FreeTextCallout
Means that the annotation is intended to function as a callout.
public static final int FreeTextTypeWriter
Means that the annotation is intended to function as a click-to-type or typewriter object.