Style.Default Property

Definition

Default Style

Represents the following attribute in the schema: w:default

[DocumentFormat.OpenXml.SchemaAttr(23, "default")]
public DocumentFormat.OpenXml.OnOffValue Default { get; set; }
public DocumentFormat.OpenXml.OnOffValue Default { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "default")]
public DocumentFormat.OpenXml.OnOffValue? Default { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:default")]
public DocumentFormat.OpenXml.OnOffValue? Default { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Default { get; set; }
member this.Default : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "default")>]
member this.Default : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:default")>]
member this.Default : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Default As OnOffValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to