IPXC_ActionHandler Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionHandler Interface}}
 
{{#customTitle:IPXC_ActionHandler Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_ActionHandler|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
The interface for ActionHandler objects in the 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:IPXC_ActionHandler_CloneAction|CloneAction]]
 
| [[PXV:IPXC_ActionHandler_CloneAction|CloneAction]]
| ...
+
| [[PXV:IPXC_ActionHandler_CreateActionFromVariant|CreateActionFromVariant]]
 +
| [[PXV:IPXC_ActionHandler_RestoreAction|RestoreAction]]
 +
| [[PXV:IPXC_ActionHandler_StoreAction|StoreAction]]
 
|-
 
|-
 
| [[PXV:IPXC_ActionHandler_CopyAction|CopyAction]]
 
| [[PXV:IPXC_ActionHandler_CopyAction|CopyAction]]
| ...
 
|-
 
| [[PXV:IPXC_ActionHandler_CreateActionFromVariant|CreateActionFromVariant]]
 
| ...
 
|-
 
 
| [[PXV:IPXC_ActionHandler_CreateEmptyAction|CreateEmptyAction]]
 
| [[PXV:IPXC_ActionHandler_CreateEmptyAction|CreateEmptyAction]]
| ...
 
|-
 
| [[PXV:IPXC_ActionHandler_RestoreAction|RestoreAction]]
 
| ...
 
|-
 
 
| [[PXV:IPXC_ActionHandler_SerializeAction|SerializeAction]]
 
| [[PXV:IPXC_ActionHandler_SerializeAction|SerializeAction]]
| ...
+
|  
|-
+
| [[PXV:IPXC_ActionHandler_StoreAction|StoreAction]]
+
| ...
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Inst_GetActionHandler|IPXC_Inst::GetActionHandler]], [[PXV:IPXC_Inst_GetActionHandlerByIndex|IPXC_Inst::GetActionHandlerByIndex]], [[PXV:IPXC_Inst_RegisterActionHandler|IPXC_Inst::RegisterActionHandler]]

Latest revision as of 23:58, 30 November 2017

The interface for ActionHandler objects in the PDF-XChange Editor SDK.

Methods

CloneAction CreateActionFromVariant RestoreAction StoreAction
CopyAction CreateEmptyAction SerializeAction

See Also

IPXC_Inst::GetActionHandler, IPXC_Inst::GetActionHandlerByIndex, IPXC_Inst::RegisterActionHandler