Share via


LayoutNode.StyleLabel Property

Definition

Style Label

Represents the following attribute in the schema: styleLbl

[DocumentFormat.OpenXml.SchemaAttr(0, "styleLbl")]
public DocumentFormat.OpenXml.StringValue StyleLabel { get; set; }
public DocumentFormat.OpenXml.StringValue StyleLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "styleLbl")]
public DocumentFormat.OpenXml.StringValue? StyleLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("styleLbl")]
public DocumentFormat.OpenXml.StringValue? StyleLabel { get; set; }
public DocumentFormat.OpenXml.StringValue? StyleLabel { get; set; }
member this.StyleLabel : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "styleLbl")>]
member this.StyleLabel : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("styleLbl")>]
member this.StyleLabel : DocumentFormat.OpenXml.StringValue with get, set
Public Property StyleLabel As StringValue

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies which formatting option from a style or color variation should be applied to this layout node.

The possible values for this attribute are defined by the XML Schema string data type.

Applies to