WdUpdateStyleListBehavior Enumeration
Specifies the behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdUpdateStyleListBehavior
'Usage
Dim instance As WdUpdateStyleListBehavior
public enum WdUpdateStyleListBehavior
Members
Member name | Description | |
---|---|---|
wdListBehaviorKeepPreviousPattern | Keeps the existing numbering or bullets pattern for all other paragraphs that use the same style and does not apply the numbering or bullets pattern of the selection. | |
wdListBehaviorAddBulletsNumbering | Adds the numbering or bullets pattern of the selection to all paragraphs in the document that use the same style. |
Remarks
Use the WdUpdateStyleListBehavior enumeration to set the UpdateStyleListBehavior property of the Options object.