ShapeNode Object Members

Word Developer Reference

Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform. 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.

Properties

  Name Description
Bb257746.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257746.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257746.properties(en-us,office.12).gif EditingType If the specified node is a vertex, this property returns a value that indicates how changes made to the node affect the two segments connected to the node. Read-only MsoEditingType.
Bb257746.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified ShapeNode object.
Bb257746.properties(en-us,office.12).gif Points Returns the position of the specified node as a coordinate pair. Read-only Variant.
Bb257746.properties(en-us,office.12).gif SegmentType Returns a value that indicates whether the segment associated with the specified node is straight or curved. Read-only MsoSegmentType.