WdUnderline Enumeration

Specifies the type of underline to apply.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

Members

Member name Description
wdUnderlineNone No underline.
wdUnderlineSingle A single line. default.
wdUnderlineWords Underline individual words only.
wdUnderlineDouble A double line.
wdUnderlineDotted Dots.
wdUnderlineThick A single thick line.
wdUnderlineDash Dashes.
wdUnderlineDotDash Alternating dots and dashes.
wdUnderlineDotDotDash An alternating dot-dot-dash pattern.
wdUnderlineWavy A single wavy line.
wdUnderlineWavyHeavy A heavy wavy line.
wdUnderlineDottedHeavy Heavy dots.
wdUnderlineDashHeavy Heavy dashes.
wdUnderlineDotDashHeavy Alternating heavy dots and heavy dashes.
wdUnderlineDotDotDashHeavy An alternating heavy dot-dot-dash pattern.
wdUnderlineDashLong Long dashes.
wdUnderlineDashLongHeavy Long heavy dashes.
wdUnderlineWavyDouble A double wavy line.

See Also

Reference

Microsoft.Office.Interop.Word Namespace