IPXC_NameTree Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXC_NameTree_Add|Add]]
 
| [[PXV:IPXC_NameTree_Add|Add]]
| ...
+
| Adds new item to the name tree.
 
|-
 
|-
 
| [[PXV:IPXC_NameTree_Item|Item]]
 
| [[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]]
| ...
+
| Removes all items from the name tree.
 
|}
 
|}
  
Line 35: Line 35:
 
| [[PXV:IPXC_NameTree_Count|Count]]
 
| [[PXV:IPXC_NameTree_Count|Count]]
 
| style="text-align: center" | R
 
| 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
 
| style="text-align: center" | R
| .
+
| Gets item name by index in the name tree.
 
|}
 
|}

Revision as of 01:49, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
Add Adds new item to the name tree.
Item Gets item by index with it's structure variant.
Lookup Gets structure variant by item name.
Remove Removes item from the name tree by name.
RemoveAll Removes all items from the name tree.

Properties

Property Access Type Description
Count R Gets number of items in the name tree.
ItemName R Gets item name by index in the name tree.