IPXC_ActionsList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddGoto|AddGoto]]
 
| [[PXV:IPXC_ActionsList_AddGoto|AddGoto]]
| ...
+
| Adds new GoTo action from the [[PXV:PXC_Destination|destination structure]] to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddGotoNamed|AddGotoNamed]]
 
| [[PXV:IPXC_ActionsList_AddGotoNamed|AddGotoNamed]]
| ...
+
| Adds new GoTo action from the named destination to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddGotoR|AddGotoR]]
 
| [[PXV:IPXC_ActionsList_AddGotoR|AddGotoR]]
| ...
+
| Adds new GoToR action from the [[PXV:PXC_Destination|destination structure]] to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddGotoRNamed|AddGotoRNamed]]
 
| [[PXV:IPXC_ActionsList_AddGotoRNamed|AddGotoRNamed]]
| ...
+
| Adds new GoToR action from the named destination to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddJavaScript|AddJavaScript]]
 
| [[PXV:IPXC_ActionsList_AddJavaScript|AddJavaScript]]
| ...
+
| Adds new JavaScript action to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddLaunch|AddLaunch]]
 
| [[PXV:IPXC_ActionsList_AddLaunch|AddLaunch]]
| ...
+
| Adds new Launch action to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_AddURI|AddURI]]
 
| [[PXV:IPXC_ActionsList_AddURI|AddURI]]
| ...
+
| Adds new URI action to the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Clone|Clone]]
 
| [[PXV:IPXC_ActionsList_Clone|Clone]]
| ...
+
| Clones the actions list into new actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_CopyTo|CopyTo]]
 
| [[PXV:IPXC_ActionsList_CopyTo|CopyTo]]
| ...
+
| Copies the actions list data into an existing actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Insert|Insert]]
 
| [[PXV:IPXC_ActionsList_Insert|Insert]]
| ...
+
| Inserts an existing action into the actions list into given position. Note that the position value which is bigger or equal to the actions list size will insert the action as the last item of the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Load|Load]]
 
| [[PXV:IPXC_ActionsList_Load|Load]]
| ...
+
| Loads the actions list from the variant.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Remove|Remove]]
 
| [[PXV:IPXC_ActionsList_Remove|Remove]]
| ...
+
| Removes the action by index from the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_RemoveAll|RemoveAll]]
 
| [[PXV:IPXC_ActionsList_RemoveAll|RemoveAll]]
| ...
+
| Removes all of the actions from the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_RestoreActions|RestoreActions]]
 
| [[PXV:IPXC_ActionsList_RestoreActions|RestoreActions]]
| ...
+
| Gets actions list from the PDF structure.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Save|Save]]
 
| [[PXV:IPXC_ActionsList_Save|Save]]
| ...
+
| Saves the actions list into the variant.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_SerializeActions|SerializeActions]]
 
| [[PXV:IPXC_ActionsList_SerializeActions|SerializeActions]]
| ...
+
| Generates a storable representation of the actions list.
 
|}
 
|}
  

Revision as of 00:08, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
AddGoto Adds new GoTo action from the destination structure to the actions list.
AddGotoNamed Adds new GoTo action from the named destination to the actions list.
AddGotoR Adds new GoToR action from the destination structure to the actions list.
AddGotoRNamed Adds new GoToR action from the named destination to the actions list.
AddJavaScript Adds new JavaScript action to the actions list.
AddLaunch Adds new Launch action to the actions list.
AddURI Adds new URI action to the actions list.
Clone Clones the actions list into new actions list.
CopyTo Copies the actions list data into an existing actions list.
Insert Inserts an existing action into the actions list into given position. Note that the position value which is bigger or equal to the actions list size will insert the action as the last item of the actions list.
Load Loads the actions list from the variant.
Remove Removes the action by index from the actions list.
RemoveAll Removes all of the actions from the actions list.
RestoreActions Gets actions list from the PDF structure.
Save Saves the actions list into the variant.
SerializeActions Generates a storable representation of the actions list.

Properties

Property Access Type Description
Count R .
Item R .