PdfAnnotationActions class

Represents additional actions of the annotations.

Constructors

PdfAnnotationActions({PdfAction? mouseEnter, PdfAction? mouseLeave, PdfAction? mouseUp, PdfAction? mouseDown, PdfAction? gotFocus, PdfAction? lostFocus})
Initializes a new instance of the PdfAnnotationActions class.

Properties

gotFocus ↔ PdfAction?
Gets or sets the action to be performed when the annotation receives the input focus.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lostFocus ↔ PdfAction?
Gets or sets the action to be performed when the annotation loses the input focus.
getter/setter pair
mouseDown ↔ PdfAction?
Gets or sets the action to be performed when the mouse button is pressed inside the annotation’s active area.
getter/setter pair
mouseEnter ↔ PdfAction?
Gets or sets the action to be performed when the cursor enters the annotation’s
getter/setter pair
mouseLeave ↔ PdfAction?
Gets or sets the action to be performed when the cursor exits the annotation’s
getter/setter pair
mouseUp ↔ PdfAction?
Gets or sets the action to be performed when the mouse button is released
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited