Aspose::Pdf::Annotations::AnnotationActionCollection class

AnnotationActionCollection class

Represents the collection of annotation actions.

class AnnotationActionCollection : public Aspose::Pdf::BaseActionCollection

Methods

MethodDescription
get_OnCalculate()Gets an action to calculate field value.
get_OnClosePage()Gets an action to be performed when the page containing the annotation is closed.
get_OnEnter()Gets an action to be performed when the cursor enters the annotation’s active area.
get_OnExit()Gets an action to be performed when the cursor exits the annotation’s active area.
get_OnFormat()Gets an action to be performed to format field value.
get_OnHidePage()Gets an action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
get_OnLostFocus()Gets an action to be performed when the annotation loses the input focus.
get_OnModifyCharacter()Gets an action to be performed when user modifies character of the field.
get_OnOpenPage()Gets an action to be performed when the page containing the annotation is opened.
get_OnPressMouseBtn()Gets an action to be performed when the mouse button is pressed inside the annotation’s active area.
get_OnReceiveFocus()Gets an action to be performed when the annotation receives the input focus.
get_OnReleaseMouseBtn()Gets an action to be performed when the mouse button is released inside the annotation’s active area.
get_OnShowPage()Gets an action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
get_OnValidate()Gets an action to be performed when user changes contents of the field.
RemoveActions()Removes all actions of the annotation.
set_OnCalculate(System::SharedPtr<PdfAction>)Sets an action to calculate field value.
set_OnClosePage(System::SharedPtr<PdfAction>)Sets an action to be performed when the page containing the annotation is closed.
set_OnEnter(System::SharedPtr<PdfAction>)Sets an action to be performed when the cursor enters the annotation’s active area.
set_OnExit(System::SharedPtr<PdfAction>)Sets an action to be performed when the cursor exits the annotation’s active area.
set_OnFormat(System::SharedPtr<PdfAction>)Sets an action to be performed to format field value.
set_OnHidePage(System::SharedPtr<PdfAction>)Sets an action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
set_OnLostFocus(System::SharedPtr<PdfAction>)Sets an action to be performed when the annotation loses the input focus.
set_OnModifyCharacter(System::SharedPtr<PdfAction>)Sets an action to be performed when user modifies character of the field.
set_OnOpenPage(System::SharedPtr<PdfAction>)Sets an action to be performed when the page containing the annotation is opened.
set_OnPressMouseBtn(System::SharedPtr<PdfAction>)Sets an action to be performed when the mouse button is pressed inside the annotation’s active area.
set_OnReceiveFocus(System::SharedPtr<PdfAction>)Sets an action to be performed when the annotation receives the input focus.
set_OnReleaseMouseBtn(System::SharedPtr<PdfAction>)Sets an action to be performed when the mouse button is released inside the annotation’s active area.
set_OnShowPage(System::SharedPtr<PdfAction>)Sets an action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
set_OnValidate(System::SharedPtr<PdfAction>)Sets an action to be performed when user changes contents of the field.

See Also