IPXC_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:IPXC_ActionHandler Interface}}
 
{{#customTitle:IPXC_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:IPXC_ActionHandler_CloneAction|CloneAction]]
 
| [[PXV:IPXC_ActionHandler_CloneAction|CloneAction]]
| Creates the exact copy of the action.
+
| [[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]]
| Copies data from the source into given action.
 
|-
 
| [[PXV:IPXC_ActionHandler_CreateActionFromVariant|CreateActionFromVariant]]
 
| Creates new action from [[PXV:IPXS_PDFVariant|variant]].
 
|-
 
 
| [[PXV:IPXC_ActionHandler_CreateEmptyAction|CreateEmptyAction]]
 
| [[PXV:IPXC_ActionHandler_CreateEmptyAction|CreateEmptyAction]]
| Creates new empty action by type.
 
|-
 
| [[PXV:IPXC_ActionHandler_RestoreAction|RestoreAction]]
 
| Gets action from the PDF structure.
 
|-
 
 
| [[PXV:IPXC_ActionHandler_SerializeAction|SerializeAction]]
 
| [[PXV:IPXC_ActionHandler_SerializeAction|SerializeAction]]
| Generates a storable representation of the action.
+
|  
|-
+
| [[PXV:IPXC_ActionHandler_StoreAction|StoreAction]]
+
| Stores action into PDF structure.
+
 
|}
 
|}

Revision as of 15:40, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

CloneAction CreateActionFromVariant RestoreAction StoreAction
CopyAction CreateEmptyAction SerializeAction