FreeformBuilder 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表任意多边形创建时的几何属性。
public interface class FreeformBuilder
[System.Runtime.InteropServices.Guid("0002443F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface FreeformBuilder
Public Interface FreeformBuilder
- 属性
注解
BuildFreeform(MsoEditingType, Single, Single)使用 方法可返回 FreeformBuilder 对象。 AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object)使用 方法将节点添加到 freefrom。 ConvertToShape()使用 方法创建 FreeformBuilder 对象中定义的形状,并将其添加到集合中Shapes。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 |
Creator |
返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 |
Parent |
返回指定对象的父对象。 |
方法
AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object) |
将节点添加到任意多边形。 |
ConvertToShape() |
创建具有指定 FreeformBuilder 对象的几何特征的形状。 返回表示 Shape 新形状的 对象。 |