IPXC_ActionHandler Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXC_ActionHandler_CloneAction|CloneAction]]
 
| [[PXV:IPXC_ActionHandler_CloneAction|CloneAction]]
| ...
+
| Creates the exact copy of the action.
 
|-
 
|-
 
| [[PXV:IPXC_ActionHandler_CopyAction|CopyAction]]
 
| [[PXV:IPXC_ActionHandler_CopyAction|CopyAction]]
| ...
+
| Copies data from the source into given action.
 
|-
 
|-
 
| [[PXV:IPXC_ActionHandler_CreateActionFromVariant|CreateActionFromVariant]]
 
| [[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]]
 
| [[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]]
 
| [[PXV:IPXC_ActionHandler_StoreAction|StoreAction]]
| ...
+
| Stores action into PDF structure.
 
|}
 
|}

Revision as of 08:00, 15 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
CloneAction Creates the exact copy of the action.
CopyAction Copies data from the source into given action.
CreateActionFromVariant Creates new action from variant.
CreateEmptyAction Creates new empty action by type.
RestoreAction Gets action from the PDF structure.
SerializeAction Generates a storable representation of the action.
StoreAction Stores action into PDF structure.