IPXC_ActionsList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 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]]
| ...
+
| [[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]]
| ...
+
| [[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]]
| ...
+
| [[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]]
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_AddJavaScript|AddJavaScript]]
 
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_AddLaunch|AddLaunch]]
 
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_AddURI|AddURI]]
 
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_Clone|Clone]]
 
| ...
 
|-
 
 
| [[PXV:IPXC_ActionsList_CopyTo|CopyTo]]
 
| [[PXV:IPXC_ActionsList_CopyTo|CopyTo]]
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_Insert|Insert]]
 
| ...
 
|-
 
| [[PXV:IPXC_ActionsList_Load|Load]]
 
| ...
 
|-
 
 
| [[PXV:IPXC_ActionsList_Remove|Remove]]
 
| [[PXV:IPXC_ActionsList_Remove|Remove]]
| ...
+
| [[PXV:IPXC_ActionsList_SerializeActions|SerializeActions]]
 
|-
 
|-
| [[PXV:IPXC_ActionsList_RemoveAll|RemoveAll]]
+
| [[PXV:IPXC_ActionsList_AddJavaScript|AddJavaScript]]
| ...
+
|  
|-
+
|  
| [[PXV:IPXC_ActionsList_RestoreActions|RestoreActions]]
+
|  
| ...
+
|-
+
| [[PXV:IPXC_ActionsList_Save|Save]]
+
| ...
+
|-
+
| [[PXV:IPXC_ActionsList_SerializeActions|SerializeActions]]
+
| ...
+
 
|}
 
|}
  
 
== 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
 
| .
 
|-
 
 
| [[PXV:IPXC_ActionsList_Item|Item]]
 
| [[PXV:IPXC_ActionsList_Item|Item]]
| style="text-align: center" | R
+
|  
| .
+
|  
 
|}
 
|}
 +
 +
== 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