FreeTextIntent
Contents
[
Hide
]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
| Field | Description |
|---|---|
| FreeTextCallout | Means that the annotation is intended to function as a callout. |
| FreeTextTypeWriter | Means that the annotation is intended to function as a click-to-type or typewriter object. |
| Undefined | Not defined state. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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:
| Parameter | Type | Description |
|---|---|---|
| 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