EmailOptions.AutoFormatAsYouTypeApplyHeadings Property
Determines 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 EmailOptions
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyHeadings
instance.AutoFormatAsYouTypeApplyHeadings = value
bool AutoFormatAsYouTypeApplyHeadings { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if styles are automatically applied to headings as you type, and False if not.