WdIndexFormat Enum
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.
Specifies the formatting for indexes in a document.
public enum class WdIndexFormat
[System.Runtime.InteropServices.Guid("B81E5359-6200-3CCB-9B49-8BE46F9A9FEA")]
public enum WdIndexFormat
type WdIndexFormat =
Public Enum WdIndexFormat
- Inheritance
-
WdIndexFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdIndexTemplate | 0 | From template. |
wdIndexClassic | 1 | Classic. |
wdIndexFancy | 2 | Fancy. |
wdIndexModern | 3 | Modern. |
wdIndexBulleted | 4 | Bulleted. |
wdIndexFormal | 5 | Formal. |
wdIndexSimple | 6 | Simple. |
Remarks
Used with the Format property of the Indexes object.