CompoundLineValues Enumeration
Defines the CompoundLineValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration CompoundLineValues
'使用
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". |