ShapeNode Interface 

Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.

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

Usage

Public Class hapeNodeImplementation
    Implements ShapeNode
End Class
Dim hapeNodeImplementation1 As New hapeNodeImplementation()

Syntax

Public Interface ShapeNode
public interface ShapeNode
public interface class ShapeNode
public interface ShapeNode
public interface ShapeNode

Remarks

Nodes include the vertices between the segments of the freeform and the control points for curved segments. The ShapeNode object is a member of the ShapeNodes collection. The ShapeNodes collection contains all the nodes in a freeform.

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

ShapeNode Members