WdUpdateStyleListBehavior 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 behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.
public enum class WdUpdateStyleListBehavior
[System.Runtime.InteropServices.Guid("E9F1477D-EBE4-3E52-8171-6D2E3AEF58CD")]
public enum WdUpdateStyleListBehavior
type WdUpdateStyleListBehavior =
Public Enum WdUpdateStyleListBehavior
- Inheritance
-
WdUpdateStyleListBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdListBehaviorKeepPreviousPattern | 0 | 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 | 1 | 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.