Options.AutoFormatAsYouTypeApplyNumberedLists Property

Definition

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.

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

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.

Applies to