AdditionalActionType
Description:
[ CCode ( cprefix = "POPPLER_ADDITIONAL_ACTION_" , type_id = "poppler_additional_action_type_get_type ()" ) ]
[ Version ( since = "0.72" ) ]
public enum AdditionalActionType
Form field additional action types to be passed to poppler_form_field_get_additional_action
Content:
Enum values:
- CALCULATE_FIELD - The
action to be performed when the field needs to be recalculated.
- FIELD_MODIFIED - The
action to be performed when the user modifies the field.
- FORMAT_FIELD - The action
to be performed before the field is formatted to display its value.
- VALIDATE_FIELD - The
action to be performed when the field value changes.