LinePropertiesType.CapType プロパティ

定義

ライン キャップ

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

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

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

この行に使用する終了キャップを指定します。 キャップの種類の例としては、 roundedflatがあります。 この属性を省略すると、 square の値が想定されます。

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

適用対象