IPXC_ActionsList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionsList Interface}}
 
{{#customTitle:IPXC_ActionsList Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_ActionsList|interface}}
  
 
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_AddLaunch|AddLaunch]]
 +
| [[PXV:IPXC_ActionsList_Insert|Insert]]
 +
| [[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_AddURI|AddURI]]
 +
| [[PXV:IPXC_ActionsList_IsEqual|IsEqual]]
 +
| [[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_Clone|Clone]]
 +
| [[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]]
 
| 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]]
 
| 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_SerializeActions|SerializeActions]]
 
|-
 
|-
| [[PXV:IPXC_ActionsList_RemoveAll|RemoveAll]]
+
| [[PXV:IPXC_ActionsList_AddJavaScript|AddJavaScript]]
| 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]]
+
| 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 actions number 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.
+
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_CreateActionsList|IPXC_Document::CreateActionsList]], [[PXV:IPXC_Page_Actions|IPXC_Page::Actions]], [[PXV:IPXC_Annotation_Actions|IPXC_Annotation::Actions]], [[PXV:IPXC_FormField_Actions|IPXC_FormField::Actions]], [[PXV:IPXC_Bookmark_Actions|IPXC_Bookmark::Actions]], [[PXV:IPXC_DocumentProps_ActionsForTrigger|IPXC_DocumentProps::ActionsForTrigger]], [[PXV:IPXC_DocumentProps_OpenActions|IPXC_DocumentProps::OpenActions]], [[PXV:IPXV_Inst_PerformActions|IPXV_Inst::PerformActions]], [[PXV:IPXV_Inst_ShowEditActionListDlg|IPXV_Inst::ShowEditActionListDlg]]

Latest revision as of 02:03, 20 October 2015

The interface of object of PDF-XChange Editor SDK.

Methods

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

Properties

Count Item

See Also

IPXC_Document::CreateActionsList, IPXC_Page::Actions, IPXC_Annotation::Actions, IPXC_FormField::Actions, IPXC_Bookmark::Actions, IPXC_DocumentProps::ActionsForTrigger, IPXC_DocumentProps::OpenActions, IPXV_Inst::PerformActions, IPXV_Inst::ShowEditActionListDlg