WdDefaultListBehavior Enumeration
Word Developer Reference |
Specifies the default list behavior for a list.
Name | Value | Description |
---|---|---|
wdWord10ListBehavior | 2 | Use formatting compatible with Microsoft Word 2002. |
wdWord8ListBehavior | 0 | Use formatting compatible with Microsoft Word 97. |
wdWord9ListBehavior | 1 | Use Web-oriented formatting as introduced in Microsoft Word 2000. |
Remarks
Used with the ApplyListTemplate method of the List or ListFormat objects.