Indexes Object Members
Word Developer Reference |
A collection of Index objects that represents all the indexes in the specified document.
Methods
Name | Description | |
---|---|---|
Add | Returns an Index object that represents a new index added to a document. | |
AutoMarkEntries | Automatically adds XE (Index Entry) fields to the specified document, using the entries from a concordance file. | |
Item | Returns an individual Index object in a collection. | |
MarkAllEntries | Inserts an XE (Index Entry) field after all instances of the text in Range. | |
MarkEntry | Inserts an XE (Index Entry) field after the specified range. The method returns a Field object representing the XE field. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Count | Returns a Long that represents the number of indexes in the collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Format | Returns or sets a WdIndexFormat that represents the formatting for the indexes in the specified document. Read/write. | |
Parent | Returns an Object that represents the parent object of the specified Indexes object. |