Options.UseNormalStyleForList Property
Returns or sets a Boolean that represents whether Microsoft Office Word uses the Normal style for bullets and numbering. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property UseNormalStyleForList As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.UseNormalStyleForList
instance.UseNormalStyleForList = value
bool UseNormalStyleForList { get; set; }
Property Value
Type: System.Boolean
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.