Options.AutoFormatAsYouTypeApplyHeadings Property
True if styles are automatically applied to headings as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeApplyHeadings As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyHeadings
instance.AutoFormatAsYouTypeApplyHeadings = value
bool AutoFormatAsYouTypeApplyHeadings { get; set; }
Property Value
Type: System.Boolean