IPXV_ActionHandler Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ActionHandler Interface}}
 
{{#customTitle:IPXV_ActionHandler Interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[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.
 
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXV_ActionHandler_Flags|Flags]]
 
| [[PXV:IPXV_ActionHandler_Flags|Flags]]
| 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
 
| Gets action's [[PXV:IUIX_Icon|icon]].
 
|-
 
 
| [[PXV:IPXV_ActionHandler_Title|Title]]
 
| [[PXV:IPXV_ActionHandler_Title|Title]]
| style="text-align: center" | R
 
| Gest action's title.
 
|-
 
 
| [[PXV:IPXV_ActionHandler_Type|Type]]
 
| [[PXV:IPXV_ActionHandler_Type|Type]]
| style="text-align: center" | R
 
| Gets action's type.
 
 
|}
 
|}

Revision as of 16:04, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

FillDictionary GetDescription Perform ShowProperties

Properties

Flags Icon Title Type