Documents 接口

定义

当前在 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

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

方法

Add(Object, Object, Object, Object)

返回一个 Document 对象,该对象表示添加到打开文档集合的新空文档。

AddBlogDocument(String, String, String, String)

返回一个 对象,该对象表示 Microsoft Office Word发布到前三个参数所描述的帐户的新博客文档。

AddOld(Object, Object)

仅供内部使用。

CanCheckOut(String)

确定 Microsoft Word是否可以从服务器检查指定的文档。 读/写 Boolean

CheckOut(String)

将指定的文档从服务器复制到本地计算机以进行编辑。

Close(Object, Object, Object)

关闭指定的一个或多个文档。

GetEnumerator()

当前在 Word 中打开的所有Document对象的集合。

Open(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

打开指定的文档并将其添加到集合。Documents

Open2000(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

Open2002(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

OpenNoRepairDialog(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

打开指定的文档并将其添加到集合。Documents

OpenOld(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

Save(Object, Object)

保存集合中的所有 Documents 文档。

适用于