Documents Object Members

Word Developer Reference

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

Methods

  Name Description
Bb257534.methods(en-us,office.12).gif Add Returns a Document object that represents a new, empty document added to the collection of open documents.
Bb257534.methods(en-us,office.12).gif AddBlogDocument Returns a Document object that represents a new blog document that Microsoft Office Word publishes to the account described by the first three parameters.
Bb257534.methods(en-us,office.12).gif CanCheckOut True if Microsoft Word can check out a specified document from a server. Read/write Boolean.
Bb257534.methods(en-us,office.12).gif CheckOut Copies a specified document from a server to a local computer for editing.
Bb257534.methods(en-us,office.12).gif Close Closes the specified documents.
Bb257534.methods(en-us,office.12).gif Item Returns an individual Document object in a collection.
Bb257534.methods(en-us,office.12).gif Open Opens the specified document and adds it to the Documents collection. Returns a Document object.
Bb257534.methods(en-us,office.12).gif Save Saves all the documents in the Documents collection.

Properties

  Name Description
Bb257534.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257534.properties(en-us,office.12).gif Count Returns a Long that represents the number of documents in the collection. Read-only.
Bb257534.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257534.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Documents object.