Annotation Trigger Event
Type of the annotation trigger events. Annotations can define additional actions that should be executed when these events are triggered.
See also
Entries
Triggered when cursor enters annotation area. (Unsupported)
Triggered when cursor exits annotation area. (Unsupported)
Triggered on ACTION_DOWN on annotation area.
Triggered when annotation is selected.
Triggered when annotation is deselected.
Triggered when page is opened. (Unsupported)
Triggered when page is closed. (Unsupported)
Triggered when page becomes visible. (Unsupported)
Triggered when form value gets changed. This trigger event only supports (as per PDF specification).
Triggered when form value gets formatted. This trigger event only supports (as per PDF specification).
Triggered when form value gets validated. This trigger event only supports (as per PDF specification).
Triggered when form is being calculated. This trigger event only supports (as per PDF specification).
Functions
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.)
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.