Frames 接口

定义

所选内容、区域或文档中对象的集合 Frame

public interface class Frames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002092B-0000-0000-C000-000000000046")]
public interface Frames : System.Collections.IEnumerable
type Frames = interface
    interface IEnumerable
Public Interface Frames
Implements IEnumerable
属性
实现

注解

使用 、 RangeDocument 对象的 Frames 属性Selection可返回 Frames 集合。

Add(Range)使用 方法可围绕区域添加框架。

使用 Frame (index) (其中 index 是索引号)返回单个 Frame 对象。 索引号代表选定内容、 范围或文档中的帧位置。

文档中Count此集合的 属性仅返回main文章中的项数。 要统计其他部分中的个数,请使用带有 Range 对象的集合。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Int32]

返回集合中的单个对象。

Parent

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

方法

Add(Range)

返回一个 Frame 对象,该对象表示添加到区域、选定内容或文档中的新框架。

Delete()

删除指定的对象。

GetEnumerator()

所选内容、区域或文档中对象的集合 Frame

适用于