Share via


CompoundLineValues Enumeration

Compound Line Type

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration CompoundLineValues
'Usage
Dim instance As CompoundLineValues
public enum CompoundLineValues

Members

Member name Description
Single Single Line. When the item is serialized out as xml, its value is "sng".
Double Double Lines. When the item is serialized out as xml, its value is "dbl".
ThickThin Thick Thin Double Lines. When the item is serialized out as xml, its value is "thickThin".
ThinThick Thin Thick Double Lines. When the item is serialized out as xml, its value is "thinThick".
Triple Thin Thick Thin Triple Lines. When the item is serialized out as xml, its value is "tri".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace