Rectangles 接口

定义

页面中表示文本和图形部分的 对象的集合 Rectangle 。 使用 矩形 集合及相关的对象和属性对于以编程方式定义文档的页面布局。

public interface class Rectangles : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7D0F7985-68D9-4D93-91CB-8109280E76CC")]
public interface Rectangles : System.Collections.IEnumerable
type Rectangles = interface
    interface IEnumerable
Public Interface Rectangles
Implements IEnumerable
属性
实现

注解

Rectangles使用 属性可返回 Rectangles 集合。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Int32]

返回集合中的单个对象。

Parent

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

方法

GetEnumerator()

页面中表示文本和图形部分的 对象的集合 Rectangle 。 使用 矩形 集合及相关的对象和属性对于以编程方式定义文档的页面布局。

适用于