次の方法で共有


Shape.Style プロパティ

定義

図形のスタイル設定プロパティ

スキーマのスタイルで次の属性を表します。

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

プロパティ値

StringValue を返します。

属性

適用対象