Style.AutoRedefine Property
Automatically Merge User Formatting Into Style Definition.Represents the element tag in schema: w:autoRedefine
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property AutoRedefine As AutoRedefine
Get
Set
'Usage
Dim instance As Style
Dim value As AutoRedefine
value = instance.AutoRedefine
instance.AutoRedefine = value
public AutoRedefine AutoRedefine { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.AutoRedefine