LineEndPropertiesType.Width プロパティ

定義

ヘッド/エンドの幅

スキーマ内の次の属性を表します。 w

[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
Public Property Width As EnumValue(Of LineEndWidthValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

線の幅に対する線の終点の幅を指定します。

この属性に使用できる値は、単純型によって ST_LineEndWidth 定義されます。

適用対象