Action Sender
class ActionSender
Object that triggered the execution of action, such as an annotation or a form element.
Constructors
Properties
Link copied to clipboard
The annotation that triggered action execution, or null if action was not triggered by an annotation.
Link copied to clipboard
The form element that triggered action execution, or null if action was not triggered by a form element.
Link copied to clipboard
The page index of this action sender, or Annotation.PAGE_NUMBER_NOT_SET if not set.