WdIndexFormat Enum

Definition

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

wdIndexBulleted 4

Bulleted.

wdIndexClassic 1

Classic.

wdIndexFancy 2

Fancy.

wdIndexFormal 5

Formal.

wdIndexModern 3

Modern.

wdIndexSimple 6

Simple.

wdIndexTemplate 0

From template.

Remarks

Used with the Format property of the Indexes object.

Applies to