Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.02 KB

Word.Options.AutoFormatAsYouTypeApplyFirstIndents.md

File metadata and controls

43 lines (26 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.AutoFormatAsYouTypeApplyFirstIndents property (Word)
vbawd10.chm162988329
vbawd10.chm162988329
Word.Options.AutoFormatAsYouTypeApplyFirstIndents
d6995d25-194f-8792-38c6-57db562c332b
06/08/2017
medium

Options.AutoFormatAsYouTypeApplyFirstIndents property (Word)

True for Microsoft Word to automatically replace a space entered at the beginning of a paragraph with a first-line indent. Read/write.

Syntax

expression. AutoFormatAsYouTypeApplyFirstIndents

expression Required. A variable that represents an Options object.

Example

This example sets Microsoft Word to automatically replace a space entered at the beginning of a paragraph with a first-line indent as you type.

Sub ApplyFirstIndents() 
 Options.AutoFormatAsYouTypeApplyFirstIndents = True 
End Sub

See also

Options Object

[!includeSupport and feedback]