WdUpdateStyleListBehavior Enum

Definition

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

wdListBehaviorAddBulletsNumbering 1

Adds the numbering or bullets pattern of the selection to all paragraphs in the document that use the same style.

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.

Remarks

Use the WdUpdateStyleListBehavior enumeration to set the UpdateStyleListBehavior property of the Options object.

Applies to