次の方法で共有


LinePropertiesType.CompoundLineType プロパティ

定義

複合線の種類

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

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

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

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

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

適用対象