IPXC_ActionsList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
Line 68: Line 68:
 
| [[PXV:IPXC_ActionsList_Count|Count]]
 
| [[PXV:IPXC_ActionsList_Count|Count]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets actions number in the actions list.
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Item|Item]]
 
| [[PXV:IPXC_ActionsList_Item|Item]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets action by index from the actions list.
 
|}
 
|}

Revision as of 00:58, 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 Gets actions number in the actions list.
Item R Gets action by index from the actions list.