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)

Syntax

'Declaration
Public Enumeration WdDefaultListBehavior
'Usage
Dim instance As WdDefaultListBehavior
public enum WdDefaultListBehavior

Members

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

Remarks

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace