ShapeNodes.SetSegmentType(Int32, MsoSegmentType) 方法

定义

设置紧跟指定节点后面的段的段类型。

public:
 void SetSegmentType(int Index, Microsoft::Office::Core::MsoSegmentType SegmentType);
public void SetSegmentType (int Index, Microsoft.Office.Core.MsoSegmentType SegmentType);
Public Sub SetSegmentType (Index As Integer, SegmentType As MsoSegmentType)

参数

Index
Int32

必需 整数。 需要设置线段类型的节点。

SegmentType
MsoSegmentType

必需 MsoSegmentType。 指明线段是直线段还是曲线段。 可以是以下 MsoSegmentType 常量之一:MsoSegmentTypemsoSegmentCurvemsoSegmentLine

注解

如果节点是曲线段的控制点,该方法将设置该曲线的段类型。 注意,这会由于插入或删除相邻的节点而影响节点的总数。

适用于