WdIndexFormat Enumeration 

Specifies the formatting for indexes in a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdIndexFormat1 As WdIndexFormat = WdIndexFormat.wdIndexBulleted

Syntax

Public Enum WdIndexFormat
public enum WdIndexFormat
public enum class WdIndexFormat
public enum WdIndexFormat
public enum WdIndexFormat

Members

Member name Description
wdIndexBulleted Bulleted.
wdIndexClassic Classic.
wdIndexFancy Fancy.
wdIndexFormal Formal.
wdIndexModern Modern.
wdIndexSimple Simple.
wdIndexTemplate From template.

Remarks

Used with the Format property of the Indexes object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace