ISmartArtNodeCollection Interface |
Namespace: Aspose.Slides.SmartArt
The ISmartArtNodeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns node by index.
Read-only ISmartArtNode |
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | AddNode |
Add new node or sub node.
|
![]() | AddNodeByPosition |
Add new node in the selected position of nodes collection.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableISmartArtNode.) |
![]() | RemoveNode(Int32) |
Remove node or sub node by index.
|
![]() | RemoveNode(ISmartArtNode) |
Remove node or sub node.
|