ShapeNodes.SetEditingType(Int32, MsoEditingType) 方法

定义

设置指定节点的编辑类型。

public:
 void SetEditingType(int Index, Microsoft::Office::Core::MsoEditingType EditingType);
public void SetEditingType (int Index, Microsoft.Office.Core.MsoEditingType EditingType);
Public Sub SetEditingType (Index As Integer, EditingType As MsoEditingType)

参数

Index
Int32

必需 整数。 需要设置编辑类型的节点。

EditingType
MsoEditingType

必需 MsoEditingType。 顶点的编辑属性。

注解

如果节点是曲线段的控制点,则该方法将设置与之相邻的连接两条线段的节点的编辑类型。 请注意,由于编辑类型的不同,该方法可能会影响相邻节点的位置。

适用于