DiagramNodes Interface

Definition

A collection of DiagramNode objects that represent all the nodes in a diagram. The DiagramNodes collection contains all the diagram nodes in a specified diagram.

public interface class DiagramNodes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209EB-0000-0000-C000-000000000046")]
public interface DiagramNodes : System.Collections.IEnumerable
type DiagramNodes = interface
    interface IEnumerable
Public Interface DiagramNodes
Implements IEnumerable
Attributes
Implements

Remarks

Use the Nodes property to return the DiagramNodes collection. Use the SelectAll() method to select and work with all nodes in a diagram.

Use the Item[Object] method to select and work with a single diagram node in a diagram.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()
SelectAll()

Selects all the shapes in the main story, in a canvas, or in headers and footers of a document.

Applies to