ActiveWritingStyle.CheckStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check Stylistic Rules With Grammar
Represents the following attribute in the schema: w:checkStyle
[DocumentFormat.OpenXml.SchemaAttr(23, "checkStyle")]
public DocumentFormat.OpenXml.OnOffValue CheckStyle { get; set; }
public DocumentFormat.OpenXml.OnOffValue CheckStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "checkStyle")]
public DocumentFormat.OpenXml.OnOffValue? CheckStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:checkStyle")]
public DocumentFormat.OpenXml.OnOffValue? CheckStyle { get; set; }
public DocumentFormat.OpenXml.OnOffValue? CheckStyle { get; set; }
member this.CheckStyle : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "checkStyle")>]
member this.CheckStyle : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:checkStyle")>]
member this.CheckStyle : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property CheckStyle As OnOffValue
Property Value
Returns EnumValue<T>.
- Attributes