LinePropertiesType.CompoundLineType Property

Definition

compound line type

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the compound line type to be used for the underline stroke. If this attribute is omitted, then a value of sng is assumed.

The possible values for this attribute are defined by the ST_CompoundLine simple type.

Applies to