LinePropertiesType.CompoundLineType Property
Compound Line Type.Represents the attribte in schema: cmpd
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cmpd")> _
Public Property CompoundLineType As EnumValue(Of CompoundLineValues)
Get
Set
'Usage
Dim instance As LinePropertiesType
Dim value As EnumValue(Of CompoundLineValues)
value = instance.CompoundLineType
instance.CompoundLineType = value
[SchemaAttrAttribute(, "cmpd")]
public EnumValue<CompoundLineValues> CompoundLineType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<CompoundLineValues>
Returns EnumValue<T>.
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.