共用方式為


ActiveWritingStyle.CheckStyle Property

Definition

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

Applies to