ShapeNode Interface

Definition

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

public interface class ShapeNode : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0318-0000-0000-C000-000000000046")]
public interface ShapeNode : Microsoft.Office.Core._IMsoDispObj
Public Interface ShapeNode
Implements _IMsoDispObj
Attributes
Implements

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.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.

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.

Parent

Returns the parent object for the specified object.

Points

Returns the position of the specified node as a coordinate pair. Each coordinate is expressed in points.

SegmentType

Returns a value that indicates whether the segment associated with the specified node is straight or curved. If the specified node is a control point for a curved segment, this property returns msoSegmentCurve.

Applies to