IPXV_ActionHandler Interface

From PDF XChange PDF SDK
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ActionHandler Interface}}
 
{{#customTitle:IPXV_ActionHandler Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_ActionHandler|interface}}
 +
  
 
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.
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_GetHandlerForAction|IPXV_Inst::GetHandlerForAction]], [[PXV:IPXV_Inst_RegisterActionHandler|IPXV_Inst::RegisterActionHandler]], [[PXV:IPXV_Inst_ActionHandler|IPXV_Inst::ActionHandler]]

Latest revision as of 11:43, 25 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

FillDictionary GetDescription Perform ShowProperties

Properties

Flags Icon Title Type

See Also

IPXV_Inst::GetHandlerForAction, IPXV_Inst::RegisterActionHandler, IPXV_Inst::ActionHandler