Share via


Documents Members

Include Protected Members
Include Inherited Members

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

The Documents type exposes the following members.

Methods

  Name Description
Public method Add Returns a Document object that represents a new, empty document added to the collection of open documents.
Public method AddBlogDocument Returns a object that represents a new blog document that Microsoft Office Word publishes to the account described by the first three parameters.
Public method AddOld Reserved for internal use.
Public method CanCheckOut Determines if Microsoft Word can check out a specified document from a server. Read/write Boolean.
Public method CheckOut Copies a specified document from a server to a local computer for editing.
Public method Close Closes the specified document or documents.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Open Opens the specified document and adds it to the Documents collection.
Public method Open2000 Reserved for internal use.
Public method Open2002 Reserved for internal use.
Public method OpenNoRepairDialog Opens the specified document and adds it to the Documents collection.
Public method OpenOld Reserved for internal use.
Public method Save Saves all the documents in the Documents collection.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application
Public property Count Returns the number of items in the specified collection.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Item Returns an individual object in a collection.
Public property Parent Returns an object that represents the parent object of the specified object.

Top

See Also

Reference

Documents Interface

Microsoft.Office.Interop.Word Namespace