WdDefaultListBehavior Enumeration 

Specifies the default list behavior for a list.

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

Usage

Dim wdDefaultListBehavior1 As WdDefaultListBehavior = WdDefaultListBehavior.wdWord10ListBehavior

Syntax

Public Enum WdDefaultListBehavior
public enum WdDefaultListBehavior
public enum class WdDefaultListBehavior
public enum WdDefaultListBehavior
public enum WdDefaultListBehavior

Members

Member name Description
wdWord10ListBehavior Use formatting compatible with Microsoft Word 2002.
wdWord8ListBehavior Use formatting compatible with Microsoft Word 97.
wdWord9ListBehavior Use Web-oriented formatting as introduced in Microsoft Word 2000.

Remarks

Used with the ApplyListTemplate method of the List or ListFormat objects.

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