Style.CustomStyle Property

Definition

User-Defined Style

Represents the following attribute in the schema: w:customStyle

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to