ShapeNodes Members (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

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

Methods

Name

Description

Delete

Deletes a shape node.

Insert

Inserts a new segment after the specified node of the freeform.

Item

Returns a single ShapeNode object from the specified ShapeNodes collection.

SetEditingType

Sets the editing type of the specified node.

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.

SetSegmentType

Sets the segment type of the segment that follows the specified node.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

Count

Returns the number of objects in the specified collection. Read-only.

Creator

Returns a Long 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.

Parent

Returns the parent object for the specified object.