Share via


ActiveWritingStyle.CheckStyle Property

Check Stylistic Rules With Grammar.Represents the attribte in schema: w:checkStyle

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "checkStyle")> _
Public Property CheckStyle As OnOffValue
    Get
    Set
'Usage
Dim instance As ActiveWritingStyle
Dim value As OnOffValue

value = instance.CheckStyle

instance.CheckStyle = value
[SchemaAttrAttribute(, "checkStyle")]
public OnOffValue CheckStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

ActiveWritingStyle Class

ActiveWritingStyle Members

DocumentFormat.OpenXml.Wordprocessing Namespace