Partager via


EmailOptions.AutoFormatAsYouTypeApplyNumberedLists Property

Determines 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 EmailOptions
Dim value As Boolean

value = instance.AutoFormatAsYouTypeApplyNumberedLists

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

Property Value

Type: System.Boolean

Remarks

This property returns True if paragraphs are automatically formatted, and False if not.

An example of this property's functionality is the following: if a paragraph starts with "1.1" and a tab character, Word automatically inserts "1.2" and a tab character after the ENTER key is pressed.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace