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