IPXC_NameTree Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NameTree Interface}}
 
{{#customTitle:IPXC_NameTree Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_NameTree|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_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.
+
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_GetNameTree|IPXC_Document::GetNameTree]], [[PXV:IPXC_Document_GetNameTreeA|IPXC_Document::GetNameTreeA]]

Latest revision as of 08:37, 23 May 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Add Lookup Remove RemoveAll
Item

Properties

Count ItemName

See Also

IPXC_Document::GetNameTree, IPXC_Document::GetNameTreeA