LinePropertiesType.CompoundLineType プロパティ

定義

複合行の種類.スキーマの次の属性を表します。 cmpd

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

プロパティ値

EnumValue<CompoundLineValues>

EnumValue<T> を返します。

属性

注釈

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

下線ストロークに使用する複合線の種類を指定します。 この属性を省略すると、値の値が sng 使用されます。

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

適用対象