AutoFormatAsYouTypeApplyFirstIndents Property

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

expression.AutoFormatAsYouTypeApplyFirstIndents

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

For more information on Japanese AutoFormat options, see Automatically correct text as you type in another language .

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

Applies to | EmailOptions Object | Options Object

See Also | AutoFormatAsYouTypeApplyClosings Property | AutoFormatAsYouTypeApplyDates Property | AutoFormatAsYouTypeAutoLetterWizard Property | AutoFormatAsYouTypeDeleteAutoSpaces Property | AutoFormatAsYouTypeInsertClosings Property | AutoFormatAsYouTypeInsertOvers Property | AutoFormatAsYouTypeMatchParentheses Property | AutoFormatAsYouTypeReplaceFarEastDashes Property