AnnotationTriggerEvent

Type of the annotation trigger events. Annotations can define additional actions that should be executed when these events are triggered.

See also

Entries

Link copied to clipboard

Triggered when cursor enters annotation area. (Unsupported)

Link copied to clipboard

Triggered when cursor exits annotation area. (Unsupported)

Link copied to clipboard

Triggered on ACTION_DOWN on annotation area.

Link copied to clipboard

Triggered on ACTION_UP on annotation area.

Link copied to clipboard

Triggered when annotation is selected.

Link copied to clipboard

Triggered when annotation is deselected.

Link copied to clipboard

Triggered when page is opened. (Unsupported)

Link copied to clipboard

Triggered when page is closed. (Unsupported)

Link copied to clipboard

Triggered when page becomes visible. (Unsupported)

Link copied to clipboard

Triggered when form value gets changed. This trigger event only supports (as per PDF specification).

Link copied to clipboard

Triggered when form value gets formatted. This trigger event only supports (as per PDF specification).

Link copied to clipboard

Triggered when form value gets validated. This trigger event only supports (as per PDF specification).

Link copied to clipboard

Triggered when form is being calculated. This trigger event only supports (as per PDF specification).

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.