Options.AutoFormatAsYouTypeDefineStyles Property
True if Microsoft Word automatically creates new styles based on manual formatting.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeDefineStyles As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeDefineStyles
instance.AutoFormatAsYouTypeDefineStyles = value
bool AutoFormatAsYouTypeDefineStyles { get; set; }
Property Value
Type: System.Boolean