Options.AutoFormatAsYouTypeFormatListItemBeginning Property (Word)

True if Word repeats character formatting applied to the beginning of a list item to the next list item. Read/write Boolean.

Syntax

expression .AutoFormatAsYouTypeFormatListItemBeginning

expression A variable that represents an Options collection.

Example

This example sets Word to automatically repeat character formatting at the beginning of list items.

Options.AutoFormatAsYouTypeFormatListItemBeginning = True

This example returns the status of the Format beginning of list item like the one before it option in the AutoFormat As You Type tab in the AutoCorrect dialog box (Options menu).

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = _ 
 Options.AutoFormatAsYouTypeFormatListItemBeginning

See Also

Concepts

Options Object Members

Options Object