WdDefaultListBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default list behavior for a list.
public enum class WdDefaultListBehavior
[System.Runtime.InteropServices.Guid("D73D319D-BB39-3BFC-BC01-509855F4C15F")]
public enum WdDefaultListBehavior
type WdDefaultListBehavior =
Public Enum WdDefaultListBehavior
- Inheritance
-
WdDefaultListBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdWord8ListBehavior | 0 | Use formatting compatible with Microsoft Word 97. |
wdWord9ListBehavior | 1 | Use Web-oriented formatting as introduced in Microsoft Word 2000. |
wdWord10ListBehavior | 2 | Use formatting compatible with Microsoft Word 2002. |
Remarks
Used with the ApplyListTemplate method of the List or ListFormat objects.