Documents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当前在 Word 中打开的所有Document对象的集合。
public interface class Documents : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002096C-0000-0000-C000-000000000046")]
public interface Documents : System.Collections.IEnumerable
type Documents = interface
interface IEnumerable
Public Interface Documents
Implements IEnumerable
- 属性
- 实现
注解
Documents使用 属性可返回 Documents 集合。
Add(Object, Object, Object, Object)使用 方法创建新的空文档并将其添加到 Documents 集合。
使用 Open 方法打开一个文件。
使用 Documents (index
) ,其中 index
是文档名称或索引号以返回单个 Document 对象。
索引编号代表文档在 Documents 集合中的位置。
属性
Application |
返回一个Application对象,该对象表示 Microsoft Word 应用程序 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Object] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |