DiagramNodes 接口

定义

表示关系图中的所有节点的 对象的集合 DiagramNodeDiagramNodes 集合包含指定关系图中的所有关系图节点。

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
属性
实现

注解

Nodes使用 属性可返回 DiagramNodes 集合。 SelectAll()使用 方法选择并处理关系图中的所有节点。

Item[Object]使用 方法选择和使用关系图中的单个关系图节点。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

GetEnumerator()

表示关系图中的所有节点的 对象的集合 DiagramNodeDiagramNodes 集合包含指定关系图中的所有关系图节点。

SelectAll()

选择main文章、画布或文档的页眉和页脚中的所有形状。

适用于