Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.