Options.AutoFormatAsYouTypeApplyNumberedLists Property

True if paragraphs are automatically formatted as numbered lists with a numbering scheme from the Bullets and Numbering dialog box (Format menu), according to what's typed.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoFormatAsYouTypeApplyNumberedLists As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.AutoFormatAsYouTypeApplyNumberedLists

instance.AutoFormatAsYouTypeApplyNumberedLists = value
bool AutoFormatAsYouTypeApplyNumberedLists { get; set; }

Property Value

Type: System.Boolean

Remarks

For example, if a paragraph starts with "1.1" and a tab character, Microsoft Word automatically inserts "1.2" and a tab character after the ENTER key is pressed.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace