Compartilhar via


ShapeNodes.SetSegmentType(Int32, MsoSegmentType) Método

Definição

Define o tipo de segmento que acompanha o nó especificado.

public:
 void SetSegmentType(int Index, Microsoft::Office::Core::MsoSegmentType SegmentType);
public void SetSegmentType (int Index, Microsoft.Office.Core.MsoSegmentType SegmentType);
abstract member SetSegmentType : int * Microsoft.Office.Core.MsoSegmentType -> unit
Public Sub SetSegmentType (Index As Integer, SegmentType As MsoSegmentType)

Parâmetros

Index
Int32

Obrigatório Integer. O nó cujo tipo de segmento será definido.

SegmentType
MsoSegmentType

Necessário MsoSegmentType. Especifica se o segmento tem a forma de uma reta ou curva.

Comentários

Se o nó for um ponto de controle de um segmento curvo, esse método definirá o tipo de segmento dessa curva. Observe que isso pode afetar o número total de nós determinado pela inserção ou exclusão de nós adjacentes.

Aplica-se a