Share via


ShapeNodes Members

Include Protected Members
Include Inherited Members

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

The ShapeNodes type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Creator Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property Item Returns a single ShapeNode object from the specified ShapeNodes collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method Delete Deletes a shape node.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method Insert Inserts a new segment after the specified node of the freeform.
Public method SetEditingType Sets the editing type of the specified node.
Public method SetPosition Sets the location of the node specified by Index. Note that, depending on the editing type of the node, this method may affect the position of adjacent nodes.
Public method SetSegmentType Sets the segment type of the segment that follows the specified node.

Top

See Also

Reference

ShapeNodes Interface

Microsoft.Office.Interop.PowerPoint Namespace