Pages 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
文档页面的集合。
public interface class Pages : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("91807402-6C6F-47CD-B8FA-C42FEE8EE924")]
public interface Pages : System.Collections.IEnumerable
type Pages = interface
interface IEnumerable
Public Interface Pages
Implements IEnumerable
- 属性
- 实现
注解
使用 Pages 集合及相关对象和属性可通过编程方式定义文档的页面版式。
Pages使用 属性可返回 Pages 集合。
Item[Int32]使用 方法访问表示文档中单个Page页面的单个对象。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
GetEnumerator() |
文档页面的集合。 |