FreeTextIntent

Inheritance: java.lang.Object, java.lang.Enum < FreeTextIntent > com.aspose.pdf.FreeTextIntent, java.lang.Enum < FreeTextIntent >, com.aspose.pdf.FreeTextIntent

All Implemented Interfaces: Serializable, Comparable < FreeTextIntent >

public enum FreeTextIntent extends Enum < FreeTextIntent >

Enumerates the intents of the free text annotation.

Fields

FieldDescription
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.
UndefinedNot defined state.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

FreeTextCallout

public static final FreeTextIntent FreeTextCallout

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

FreeTextTypeWriter

public static final FreeTextIntent FreeTextTypeWriter

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

Undefined

public static final FreeTextIntent Undefined

Not defined state.

getByValue

public static FreeTextIntent getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static FreeTextIntent [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared