LineEndPropertiesType.Type プロパティ

定義

Line Head/End Type.Represents the following attribute in the schema: type

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

プロパティ値

EnumValue<LineEndValues>

EnumValue<T> を返します。

属性

注釈

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

三角形や矢印など、線の端点の装飾を指定します。

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

適用対象