Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the formatting for indexes in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdIndexFormat
'Usage
Dim instance As WdIndexFormat
public enum WdIndexFormat
Members
| Member name | Description | |
|---|---|---|
| wdIndexTemplate | From template. | |
| wdIndexClassic | Classic. | |
| wdIndexFancy | Fancy. | |
| wdIndexModern | Modern. | |
| wdIndexBulleted | Bulleted. | |
| wdIndexFormal | Formal. | |
| wdIndexSimple | Simple. |
Remarks
Used with the Format property of the Indexes object.