UnderlineValues Enumeration
Defines the UnderlineValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration UnderlineValues
'Uso
Dim instance As UnderlineValues
public enum UnderlineValues
Members
Member name | Description | |
---|---|---|
Single | Single Underline. When the item is serialized out as xml, its value is "single". | |
Words | Underline Non-Space Characters Only. When the item is serialized out as xml, its value is "words". | |
Double | Double Underline. When the item is serialized out as xml, its value is "double". | |
Thick | Thick Underline. When the item is serialized out as xml, its value is "thick". | |
Dotted | Dotted Underline. When the item is serialized out as xml, its value is "dotted". | |
DottedHeavy | Thick Dotted Underline. When the item is serialized out as xml, its value is "dottedHeavy". | |
Dash | Dashed Underline. When the item is serialized out as xml, its value is "dash". | |
DashedHeavy | Thick Dashed Underline. When the item is serialized out as xml, its value is "dashedHeavy". | |
DashLong | Long Dashed Underline. When the item is serialized out as xml, its value is "dashLong". | |
DashLongHeavy | Thick Long Dashed Underline. When the item is serialized out as xml, its value is "dashLongHeavy". | |
DotDash | Dash-Dot Underline. When the item is serialized out as xml, its value is "dotDash". | |
DashDotHeavy | Thick Dash-Dot Underline. When the item is serialized out as xml, its value is "dashDotHeavy". | |
DotDotDash | Dash-Dot-Dot Underline. When the item is serialized out as xml, its value is "dotDotDash". | |
DashDotDotHeavy | Thick Dash-Dot-Dot Underline. When the item is serialized out as xml, its value is "dashDotDotHeavy". | |
Wave | Wave Underline. When the item is serialized out as xml, its value is "wave". | |
WavyHeavy | Heavy Wave Underline. When the item is serialized out as xml, its value is "wavyHeavy". | |
WavyDouble | Double Wave Underline. When the item is serialized out as xml, its value is "wavyDouble". | |
None | No Underline. When the item is serialized out as xml, its value is "none". |