IPXC_NameTree 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_NameTree Interface}}
 
{{#customTitle:IPXC_NameTree 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_NameTree_Add|Add]]
 
| [[PXV:IPXC_NameTree_Add|Add]]
| Adds new item to the name tree.
 
|-
 
| [[PXV:IPXC_NameTree_Item|Item]]
 
| Gets item by index with it's structure variant.
 
|-
 
 
| [[PXV:IPXC_NameTree_Lookup|Lookup]]
 
| [[PXV:IPXC_NameTree_Lookup|Lookup]]
| Gets structure variant by item name.
 
|-
 
 
| [[PXV:IPXC_NameTree_Remove|Remove]]
 
| [[PXV:IPXC_NameTree_Remove|Remove]]
| Removes item from the name tree by name.
+
| [[PXV:IPXC_NameTree_RemoveAll|RemoveAll]]
 
|-
 
|-
| [[PXV:IPXC_NameTree_RemoveAll|RemoveAll]]
+
| [[PXV:IPXC_NameTree_Item|Item]]
| Removes all items from the name tree.
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== 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_NameTree_Count|Count]]
 
| [[PXV:IPXC_NameTree_Count|Count]]
| style="text-align: center" | R
 
| Gets number of items in the name tree.
 
|-
 
 
| [[PXV:IPXC_NameTree_ItemName|ItemName]]
 
| [[PXV:IPXC_NameTree_ItemName|ItemName]]
| style="text-align: center" | R
+
|  
| Gets item name by index in the name tree.
+
|  
 
|}
 
|}

Revision as of 15:53, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Add Lookup Remove RemoveAll
Item

Properties

Count ItemName