Options.AutoFormatAsYouTypeApplyFirstIndents Property
True for Microsoft Word to automatically replace a space entered at the beginning of a paragraph with a first-line indent.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeApplyFirstIndents As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyFirstIndents
instance.AutoFormatAsYouTypeApplyFirstIndents = value
bool AutoFormatAsYouTypeApplyFirstIndents { get; set; }
Property Value
Type: System.Boolean