Share via


TextUnderlineValues Enumeration

Text Underline Types

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

Syntax

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

Members

Member name Description
None Text Underline Enum ( None ). When the item is serialized out as xml, its value is "none".
Words Text Underline Enum ( Words ). When the item is serialized out as xml, its value is "words".
Single Text Underline Enum ( Single ). When the item is serialized out as xml, its value is "sng".
Double Text Underline Enum ( Double ). When the item is serialized out as xml, its value is "dbl".
Heavy Text Underline Enum ( Heavy ). When the item is serialized out as xml, its value is "heavy".
Dotted Text Underline Enum ( Dotted ). When the item is serialized out as xml, its value is "dotted".
HeavyDotted Text Underline Enum ( Heavy Dotted ). When the item is serialized out as xml, its value is "dottedHeavy".
Dash Text Underline Enum ( Dashed ). When the item is serialized out as xml, its value is "dash".
DashHeavy Text Underline Enum ( Heavy Dashed ). When the item is serialized out as xml, its value is "dashHeavy".
DashLong Text Underline Enum ( Long Dashed ). When the item is serialized out as xml, its value is "dashLong".
DashLongHeavy Text Underline Enum ( Heavy Long Dashed ). When the item is serialized out as xml, its value is "dashLongHeavy".
DotDash Text Underline Enum ( Dot Dash ). When the item is serialized out as xml, its value is "dotDash".
DotDashHeavy Text Underline Enum ( Heavy Dot Dash ). When the item is serialized out as xml, its value is "dotDashHeavy".
DotDotDash Text Underline Enum ( Dot Dot Dash ). When the item is serialized out as xml, its value is "dotDotDash".
DotDotDashHeavy Text Underline Enum ( Heavy Dot Dot Dash ). When the item is serialized out as xml, its value is "dotDotDashHeavy".
Wavy Text Underline Enum ( Wavy ). When the item is serialized out as xml, its value is "wavy".
WavyHeavy Text Underline Enum ( Heavy Wavy ). When the item is serialized out as xml, its value is "wavyHeavy".
WavyDouble Text Underline Enum ( Double Wavy ). When the item is serialized out as xml, its value is "wavyDbl".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace