Options.UseNormalStyleForList Property
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.
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.