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)

Usage

Dim wdUnderline1 As WdUnderline = WdUnderline.wdUnderlineDash

Syntax

Public Enum WdUnderline
public enum WdUnderline
public enum class WdUnderline
public enum WdUnderline
public enum WdUnderline

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace