Documents Members (Word)
A collection of all the Document objects that are currently open in Word.
Methods
Name |
Description |
---|---|
Returns a Document object that represents a new, empty document added to the collection of open documents. |
|
Returns a Document object that represents a new blog document that Microsoft Word publishes to the account described by the first three parameters. |
|
True if Microsoft Word can check out a specified document from a server. Read/write Boolean. |
|
Copies a specified document from a server to a local computer for editing. |
|
Closes the specified documents. |
|
Returns an individual Document object in a collection. |
|
Opens the specified document and adds it to the Documents collection. Returns a Document object. |
|
Opens the specified document and adds it to the Documents collection. |
|
Saves all the documents in the Documents collection. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Long that represents the number of documents in the collection. Read-only. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns an Object that represents the parent object of the specified Documents object. |