EmailOptions.AutoFormatAsYouTypeApplyNumberedLists Property

Definition

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.

public:
 property bool AutoFormatAsYouTypeApplyNumberedLists { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeApplyNumberedLists { get; set; }
member this.AutoFormatAsYouTypeApplyNumberedLists : bool with get, set
Public Property AutoFormatAsYouTypeApplyNumberedLists As Boolean

Property Value

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.

Applies to