public final class AnnotationActionCollection extends BaseActionCollection
Represents the collection of annotation actions.
Modifier and Type | Method and Description |
---|---|
PdfAction |
getOnCalculate()
Gets or sets an action to calculate field value.
|
PdfAction |
getOnClosePage()
Gets an action to be performed when the page containing the annotation is closed.
|
PdfAction |
getOnEnter()
Gets an action to be performed when the cursor enters the annotation�s active area.
|
PdfAction |
getOnExit()
Gets an action to be performed when the cursor exits the annotation�s active area.
|
PdfAction |
getOnFormat()
Gets an action to be performed to format field value.
|
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.
|
PdfAction |
getOnLostFocus()
Gets an action to be performed when the annotation loses the input focus.
|
PdfAction |
getOnModifyCharacter()
Gets an action to be performed when user modifies character of the field.
|
PdfAction |
getOnOpenPage()
Gets an action to be performed when the page containing the annotation is opened.
|
PdfAction |
getOnPressMouseBtn()
Gets an action to be performed when the mouse button is pressed inside the annotation�s active area.
|
PdfAction |
getOnReceiveFocus()
Gets an action to be performed when the annotation receives the input focus.
|
PdfAction |
getOnReleaseMouseBtn()
Gets an action to be performed when the mouse button is released inside the annotation�s active area.
|
PdfAction |
getOnShowPage()
Get an action to be performed when the page containing the annotation becomes visible in the viewer application�s user interface.
|
PdfAction |
getOnValidate()
Gets an action to be performed when user changes contents of the field.
|
void |
setOnCalculate(PdfAction value)
Sets action which is perfomed to calculate field value.
|
void |
setOnClosePage(PdfAction value)
Sets an action to be performed when the page containing the annotation is closed.
|
void |
setOnEnter(PdfAction value)
Sets an action to be performed when the cursor enters the annotation�s active area.
|
void |
setOnExit(PdfAction value)
Sets an action to be performed when the cursor exits the annotation�s active area.
|
void |
setOnFormat(PdfAction value)
Sets an action to be perofrmaed to format field value.
|
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.
|
void |
setOnLostFocus(PdfAction value)
Sets an action to be performed when the annotation loses the input focus.
|
void |
setOnModifyCharacter(PdfAction value)
Sets an action to be perfomed when user modifies character of the field.
|
void |
setOnOpenPage(PdfAction value)
Sets an action to be performed when the page containing the annotation is opened.
|
void |
setOnPressMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is pressed inside the annotation�s active area.
|
void |
setOnReceiveFocus(PdfAction value)
Sets an action to be performed when the annotation receives the input focus.
|
void |
setOnReleaseMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is released inside the annotation�s active area.
|
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.
|
void |
setOnValidate(PdfAction value)
Sets an action to be performed when user changes contents of the field.
|
removeActions
public PdfAction getOnEnter()
Gets an action to be performed when the cursor enters the annotation�s active area.
public void setOnEnter(PdfAction value)
Sets an action to be performed when the cursor enters the annotation�s active area.
value
- New pdf action value.public PdfAction getOnExit()
Gets an action to be performed when the cursor exits the annotation�s active area.
public void setOnExit(PdfAction value)
Sets an action to be performed when the cursor exits the annotation�s active area.
value
- New action which performed when cursor leaves area.public PdfAction getOnPressMouseBtn()
Gets an action to be performed when the mouse button is pressed inside the annotation�s active area.
public void setOnPressMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is pressed inside the annotation�s active area.
value
- New on press mouse button event.public PdfAction getOnReleaseMouseBtn()
Gets an action to be performed when the mouse button is released inside the annotation�s active area.
public void setOnReleaseMouseBtn(PdfAction value)
Sets an action to be performed when the mouse button is released inside the annotation�s active area.
value
- New on release mouse button event.public PdfAction getOnReceiveFocus()
Gets an action to be performed when the annotation receives the input focus.
public void setOnReceiveFocus(PdfAction value)
Sets an action to be performed when the annotation receives the input focus.
value
- New on receive focus event.public PdfAction getOnOpenPage()
Gets an action to be performed when the page containing the annotation is opened.
public void setOnOpenPage(PdfAction value)
Sets an action to be performed when the page containing the annotation is opened.
value
- New on open page event.public PdfAction getOnClosePage()
Gets an action to be performed when the page containing the annotation is closed.
public void setOnClosePage(PdfAction value)
Sets an action to be performed when the page containing the annotation is closed.
value
- New on close page event.public PdfAction getOnShowPage()
Get an action to be performed when the page containing the annotation becomes visible in the viewer application�s user interface.
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.
value
- New on show page event.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.
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.
value
- New action for Hide Page event.public PdfAction getOnLostFocus()
Gets an action to be performed when the annotation loses the input focus.
public void setOnLostFocus(PdfAction value)
Sets an action to be performed when the annotation loses the input focus.
value
- New action for Lost Focus event.public PdfAction getOnModifyCharacter()
Gets an action to be performed when user modifies character of the field.
public void setOnModifyCharacter(PdfAction value)
Sets an action to be perfomed when user modifies character of the field.
value
- New action for Modify Character event.public PdfAction getOnValidate()
Gets an action to be performed when user changes contents of the field.
public void setOnValidate(PdfAction value)
value
- New action to be perofmed when user changes contnets of the field.public PdfAction getOnFormat()
Gets an action to be performed to format field value.
public void setOnFormat(PdfAction value)
value
- New action for field formatting.public PdfAction getOnCalculate()
Gets or sets an action to calculate field value.
public void setOnCalculate(PdfAction value)
value
- New action for field value calculatoion.Copyright © 2019 Aspose. All Rights Reserved.