Options.UseNormalStyleForList Property

Definition

Returns or sets a Boolean that represents whether Microsoft Office Word uses the Normal style for bullets and numbering. Read/write.

public:
 property bool UseNormalStyleForList { bool get(); void set(bool value); };
public bool UseNormalStyleForList { get; set; }
member this.UseNormalStyleForList : bool with get, set
Public Property UseNormalStyleForList As Boolean

Property Value

Boolean

Remarks

Corresponds to the Use Normal style for bulleted and numbered lists check box in the Advanced tab of the Word Options dialog box.

Applies to