CompoundLineValues Enumeration

Defines the CompoundLineValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

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

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace