com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class AnnotationActionCollection



  • public final class AnnotationActionCollection
    extends BaseActionCollection

    Represents the collection of annotation actions.

    • Method Detail

      • getOnEnter

        public PdfAction getOnEnter()

        Gets an action to be performed when the cursor enters the annotation's active area.

        Returns:
        PdfAction object
      • setOnEnter

        public void setOnEnter(PdfAction value)

        Sets an action to be performed when the cursor enters the annotation's active area.

        Parameters:
        value - PdfAction object
      • getOnExit

        public PdfAction getOnExit()

        Gets an action to be performed when the cursor exits the annotation's active area.

        Returns:
        PdfAction object
      • setOnExit

        public void setOnExit(PdfAction value)

        Sets an action to be performed when the cursor exits the annotation's active area.

        Parameters:
        value - PdfAction object
      • getOnPressMouseBtn

        public PdfAction getOnPressMouseBtn()

        Gets an action to be performed when the mouse button is pressed inside the annotation's active area.

        Returns:
        PdfAction object
      • setOnPressMouseBtn

        public void setOnPressMouseBtn(PdfAction value)

        Sets an action to be performed when the mouse button is pressed inside the annotation's active area.

        Parameters:
        value - PdfAction object
      • getOnReleaseMouseBtn

        public PdfAction getOnReleaseMouseBtn()

        Gets an action to be performed when the mouse button is released inside the annotation's active area.

        Returns:
        PdfAction object
      • setOnReleaseMouseBtn

        public void setOnReleaseMouseBtn(PdfAction value)

        Sets an action to be performed when the mouse button is released inside the annotation's active area.

        Parameters:
        value - PdfAction object
      • getOnReceiveFocus

        public PdfAction getOnReceiveFocus()

        Gets an action to be performed when the annotation receives the input focus.

        Returns:
        PdfAction object
      • setOnReceiveFocus

        public void setOnReceiveFocus(PdfAction value)

        Sets an action to be performed when the annotation receives the input focus.

        Parameters:
        value - PdfAction object
      • getOnOpenPage

        public PdfAction getOnOpenPage()

        Gets an action to be performed when the page containing the annotation is opened.

        Returns:
        PdfAction object
      • setOnOpenPage

        public void setOnOpenPage(PdfAction value)

        Sets an action to be performed when the page containing the annotation is opened.

        Parameters:
        value - PdfAction object
      • getOnClosePage

        public PdfAction getOnClosePage()

        Gets an action to be performed when the page containing the annotation is closed.

        Returns:
        PdfAction object
      • setOnClosePage

        public void setOnClosePage(PdfAction value)

        Sets an action to be performed when the page containing the annotation is closed.

        Parameters:
        value - PdfAction object
      • getOnShowPage

        public PdfAction getOnShowPage()

        Get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.

        Returns:
        PdfAction object
      • setOnShowPage

        public void setOnShowPage(PdfAction value)

        Sets an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.

        Parameters:
        value - PdfAction object
      • getOnHidePage

        public PdfAction getOnHidePage()

        Gets an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.

        Returns:
        PdfAction object
      • setOnHidePage

        public void setOnHidePage(PdfAction value)

        Sets an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.

        Parameters:
        value - PdfAction object
      • getOnLostFocus

        public PdfAction getOnLostFocus()

        Gets an action to be performed when the annotation loses the input focus.

        Returns:
        PdfAction object
      • setOnLostFocus

        public void setOnLostFocus(PdfAction value)

        Sets an action to be performed when the annotation loses the input focus.

        Parameters:
        value - PdfAction object
      • getOnModifyCharacter

        public PdfAction getOnModifyCharacter()

        Gets an action to be performed when user modifies character of the field.

        Returns:
        action to be performed when user modifies character of the field.
      • setOnModifyCharacter

        public void setOnModifyCharacter(PdfAction value)

        Sets an action to be performed when user modifies character of the field.

        Parameters:
        value - action to be performed when user modifies character of the field.
      • getOnValidate

        public PdfAction getOnValidate()

        Gets an action to be performed when user changes contents of the field.

        Returns:
        action to be performed when user changes contents of the field.
      • setOnValidate

        public void setOnValidate(PdfAction value)

        Sets an action to be performed when user changes contents of the field.

        Parameters:
        value - action to be performed when user changes contents of the field.
      • getOnFormat

        public PdfAction getOnFormat()

        Gets action to be performed to format field value.

        Returns:
        action to be performed to format field value.
      • setOnFormat

        public void setOnFormat(PdfAction value)

        Sets action to be performed to format field value.

        Parameters:
        value - action to be performed to format field value.
      • getOnCalculate

        public PdfAction getOnCalculate()

        Gets an action to calculate field value.

        Returns:
        action to calculate field value.
      • setOnCalculate

        public void setOnCalculate(PdfAction value)

        Sets an action to calculate field value.

        Parameters:
        value - action to calculate field value.