次の方法で共有


LayoutNode.StyleLabel プロパティ

定義

スタイル ラベル

スキーマ内の次の属性を表します。 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

プロパティ値

StringValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

スタイルまたは色のバリエーションからこのレイアウト ノードに適用する書式設定オプションを指定します。

この属性に使用できる値は、XML スキーマ string データ型によって定義されます。

適用対象