IPXC_ActionsList 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_ActionsList Interface}}
 
{{#customTitle:IPXC_ActionsList 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_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_AddJavaScript|AddJavaScript]]
 +
| [[PXV:IPXC_ActionsList_CopyTo|CopyTo]]
 +
| [[PXV:IPXC_ActionsList_RemoveAll|RemoveAll]]
 
|-
 
|-
 
| [[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_AddLaunch|AddLaunch]]
 +
| [[PXV:IPXC_ActionsList_Insert|Insert]]
 +
| [[PXV:IPXC_ActionsList_RestoreActions|RestoreActions]]
 
|-
 
|-
 
| [[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_AddURI|AddURI]]
 +
| [[PXV:IPXC_ActionsList_Load|Load]]
 +
| [[PXV:IPXC_ActionsList_Save|Save]]
 
|-
 
|-
 
| [[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]]
 
| Adds new JavaScript action to the actions list.
 
|-
 
| [[PXV:IPXC_ActionsList_AddLaunch|AddLaunch]]
 
| Adds new Launch action to the actions list.
 
|-
 
| [[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]]
 
| Copies the actions list data into an existing actions list.
 
|-
 
| [[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]]
 
| 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]]
 
| Removes all of the actions from the actions list.
 
|-
 
| [[PXV:IPXC_ActionsList_RestoreActions|RestoreActions]]
 
| Gets actions list from the PDF structure.
 
|-
 
| [[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.
 
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_ActionsList_Count|Count]]
 
| [[PXV:IPXC_ActionsList_Count|Count]]
| style="text-align: center" | R
 
| Gets number of actions in the actions list.
 
|-
 
 
| [[PXV:IPXC_ActionsList_Item|Item]]
 
| [[PXV:IPXC_ActionsList_Item|Item]]
| style="text-align: center" | R
+
|  
| Gets action by index from the actions list.
+
|  
 
|}
 
|}

Revision as of 15:40, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

AddGoto AddJavaScript CopyTo RemoveAll
AddGotoNamed AddLaunch Insert RestoreActions
AddGotoR AddURI Load Save
AddGotoRNamed Clone Remove SerializeActions

Properties

Count Item