ShapeNodes Interface 

A collection of all the ShapeNode objects in the specified freeform.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class hapeNodesImplementation
    Implements ShapeNodes
End Class
Dim hapeNodesImplementation1 As New hapeNodesImplementation()

Syntax

Public Interface ShapeNodes
    Inherits IEnumerable
public interface ShapeNodes : IEnumerable
public interface class ShapeNodes : public IEnumerable
public interface ShapeNodes implements IEnumerable
public interface ShapeNodes implements IEnumerable

Remarks

Each ShapeNode object represents either a node between segments in a freeform or a control point for a curved segment of a freeform. You can create a freeform manually or by using the BuildFreeform and ConvertToShape methods.

Use the Nodes property to return the ShapeNodes collection.

Use the Insert method to create a new node and add it to the ShapeNodes collection.

Use Nodes(index), where index is the node index number, to return a single ShapeNode object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ShapeNodes Members