SmartArtNodeCollection
SmartArtNodeCollection class
表示 SmartArt 节点的集合。
public sealed class SmartArtNodeCollection : ISmartArtNodeCollection
Properties
| Name | Description | 
|---|---|
| Count { get; } | 返回集合中节点的数量,读只 Int32。 | 
| IsSynchronized { get; } | 返回一个值,指示对集合的访问是否是同步的(线程安全的)。读只 Boolean。 | 
| Item { get; } | 根据索引返回节点 | 
| SyncRoot { get; } | 返回同步根。读只 Object。 | 
Methods
| Name | Description | 
|---|---|
| AddNode() | 添加新的智能艺术节点或子节点。 | 
| AddNodeByPosition(int) | 在选定的位置添加新节点到节点集合中 | 
| CopyTo(Array, int) | 将集合中的所有元素复制到指定数组。 | 
| GetEnumerator() | 返回一个枚举器,用于迭代集合。 | 
| RemoveNode(int) | 根据索引删除节点或子节点 | 
| RemoveNode(ISmartArtNode) | 删除节点或子节点 | 
See Also
- interface ISmartArtNodeCollection
- namespace Aspose.Slides.SmartArt
- assembly Aspose.Slides