IPXV_ActionHandler Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_FillDictionary|FillDictionary]]
 
| [[PXV:IPXV_ActionHandler_FillDictionary|FillDictionary]]
| ...
+
| Fills dictionary from the action handler.
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_GetDescription|GetDescription]]
 
| [[PXV:IPXV_ActionHandler_GetDescription|GetDescription]]
| ...
+
| Gets description from the action.
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_Perform|Perform]]
 
| [[PXV:IPXV_ActionHandler_Perform|Perform]]
| ...
+
| Executes the action.
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_ShowProperties|ShowProperties]]
 
| [[PXV:IPXV_ActionHandler_ShowProperties|ShowProperties]]
| ...
+
| Shows properties of the action.
 
|}
 
|}
  
Line 32: Line 32:
 
| [[PXV:IPXV_ActionHandler_Flags|Flags]]
 
| [[PXV:IPXV_ActionHandler_Flags|Flags]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets flags for the action.
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_Icon|Icon]]
 
| [[PXV:IPXV_ActionHandler_Icon|Icon]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets action's [[PXV:IUIX_Icon|icon]].
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_Title|Title]]
 
| [[PXV:IPXV_ActionHandler_Title|Title]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gest action's title.
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_Type|Type]]
 
| [[PXV:IPXV_ActionHandler_Type|Type]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets action's type.
 
|}
 
|}

Revision as of 03:22, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
FillDictionary Fills dictionary from the action handler.
GetDescription Gets description from the action.
Perform Executes the action.
ShowProperties Shows properties of the action.

Properties

Property Access Type Description
Flags R Gets flags for the action.
Icon R Gets action's icon.
Title R Gest action's title.
Type R Gets action's type.