ShapeNodes 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定任意多边形中所有 ShapeNode 对象的集合。
public interface class ShapeNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0319-0000-0000-C000-000000000046")]
public interface ShapeNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
Public Interface ShapeNodes
Implements _IMsoDispObj, IEnumerable
- 属性
- 实现
注解
每个 ShapeNode 对象代表任意多边形中的线段或任意多边形曲线段的控点之间的节点。 可以手动或使用 BuildFreeform(MsoEditingType, Single, Single) 和 ConvertToShape() 方法创建任意多边形。
Nodes使用 属性可返回 ShapeNodes 集合。
Insert(Int32, MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single)使用 方法创建新节点并将其添加到 ShapeNodes 集合。
使用 Nodes (index
) (其中 index
是节点索引号)返回单个 ShapeNode 对象。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 此为只读属性。 |
Count |
返回集合中对象的数目。 只读 Integer。 |
Creator |
返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 如果该对象是在 Microsoft Excel 中创建的,则此属性返回字符串 XCEL,它等同于十六进制的数字 5843454C。 只读 Integer。 |
Parent |
返回指定对象的父对象。 只读。 |
方法
Delete(Int32) |
删除对象。 |
GetEnumerator() |
指定任意多边形中所有 ShapeNode 对象的集合。 |
Insert(Int32, MsoSegmentType, MsoEditingType, Single, Single, Single, Single, Single, Single) |
在任意多边形中插入顶点。 |
Item(Object) |
从集合中返回一个对象。 |
SetEditingType(Int32, MsoEditingType) |
设置指定节点的编辑类型。 |
SetPosition(Int32, Single, Single) |
设置指定节点的位置。 |
SetSegmentType(Int32, MsoSegmentType) |
设置紧跟指定节点后面的段的段类型。 |