Index Members
Include Protected Members
Include Inherited Members
Represents a single index.
The Index type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. | |
Update | Updates the specified index. |
Top
Properties
Name | Description | |
---|---|---|
AccentedLetters | True if the specified index contains separate headings for accented letters (for example, words that begin with "À" are under one heading and words that begin with "A" are under another). | |
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Filter | Returns or sets a value that specifies how Microsoft Word classifies the first character of entries in the specified index. | |
HeadingSeparator | Returns or sets the text between alphabetic groups (entries that start with the same letter) in the index. Corresponds to the \h switch for an INDEX field. | |
IndexLanguage | Returns or sets the sorting language to use for the specified index. | |
NumberOfColumns | Sets or returns the number of columns for each page of an index. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
RightAlignPageNumbers | True if page numbers are aligned with the right margin in an index. | |
SortBy | Returns or sets the sorting criteria for the specified index. | |
TabLeader | Returns or sets the character between entries and their page numbers in an index. | |
Type | Returns or sets the index type. |
Top