SmartArtNodeCollection Class |
Namespace: Aspose.Slides.SmartArt
The SmartArtNodeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns node by index
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddNode |
Add new smart art node or sub node.
|
![]() | AddNodeByPosition |
Add new node in the selected position of nodes collection
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveNode(Int32) |
Remove node or sub node by index
|
![]() | RemoveNode(ISmartArtNode) |
Remove node or sub node
|
![]() | ToString | (Inherited from Object.) |