Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.25 KB

Word.Options.AutoFormatAsYouTypeFormatListItemBeginning.md

File metadata and controls

53 lines (30 loc) · 1.25 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.AutoFormatAsYouTypeFormatListItemBeginning property (Word)
vbawd10.chm162988301
vbawd10.chm162988301
Word.Options.AutoFormatAsYouTypeFormatListItemBeginning
7fc572d7-59f2-cb23-4609-c5ba6af9065c
06/08/2017
medium

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 object.

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

Options Object

[!includeSupport and feedback]