WdTocFormat Enumeration 

Specifies the type of formatting to apply to the table of contents in the active document.

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

Usage

Dim wdTocFormat1 As WdTocFormat = WdTocFormat.wdTOCClassic

Syntax

Public Enum WdTocFormat
public enum WdTocFormat
public enum class WdTocFormat
public enum WdTocFormat
public enum WdTocFormat

Members

Member name Description
wdTOCClassic Classic formatting.
wdTOCDistinctive Distinctive formatting.
wdTOCFancy Fancy formatting.
wdTOCFormal Formal formatting.
wdTOCModern Modern formatting.
wdTOCSimple Simple formatting.
wdTOCTemplate Template formatting.

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