Documents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |