Documents Interface

Definition

A collection of all the Document objects that are currently open in Word.

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
Attributes
Implements

Remarks

Use the Documents property to return the Documents collection.

Use the Add(Object, Object, Object, Object) method to create a new empty document and add it to the Documents collection.

Use the Open method to open a file.

Use Documents(index), where index is the document name or index number to return a single Document object.

The index number represents the position of the document in the Documents collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(Object, Object, Object, Object)

Returns a Document object that represents a new, empty document added to the collection of open documents.

AddBlogDocument(String, String, String, String)

Returns a object that represents a new blog document that Microsoft Office Word publishes to the account described by the first three parameters.

AddOld(Object, Object)

Reserved for internal use.

CanCheckOut(String)

Determines if Microsoft Word can check out a specified document from a server. Read/write Boolean.

CheckOut(String)

Copies a specified document from a server to a local computer for editing.

Close(Object, Object, Object)

Closes the specified document or documents.

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

Opens the specified document and adds it to the Documents collection.

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

Reserved for internal use.

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

Reserved for internal use.

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

Opens the specified document and adds it to the Documents collection.

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

Reserved for internal use.

Save(Object, Object)

Saves all the documents in the Documents collection.

Applies to