LinePropertiesType.Width プロパティ

定義

線の幅

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

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

プロパティ値

Int32Value を返します。

属性

注釈

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

下線ストロークに使用する幅を指定します。 この属性を省略すると、 の 0 値が想定されます。

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

適用対象