LinePropertiesType.CapType プロパティ

定義

Line Ending Cap Type.Represents the following attribute in the schema: cap

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

プロパティ値

EnumValue<LineCapValues>

EnumValue<T> を返します。

属性

注釈

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

この行に使用する終了キャップを指定します。 キャップの種類の例は、 rounded と です flat 。 この属性を省略すると、値の値よりも square 大きいと見なされます。

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

適用対象