MsoTextUnderlineType Enumeration

Indicates the type of underline for text.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

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

Members

Member name Description
msoUnderlineMixed Specifies a mix of underline types.
msoNoUnderline Specifies no underline.
msoUnderlineWords Specifies underlining words.
msoUnderlineSingleLine Specifies a single line underline.
msoUnderlineDoubleLine Specifies a double line underline.
msoUnderlineHeavyLine Specifies a heavy line underline.
msoUnderlineDottedLine Specifies a dotted line underline.
msoUnderlineDottedHeavyLine Specifies a dotted heavy line underline.
msoUnderlineDashLine Specifies a dash line underline.
msoUnderlineDashHeavyLine Specifies a dash underline.
msoUnderlineDashLongLine Specifies a dashed long line underline.
msoUnderlineDashLongHeavyLine Specifies a long heavy line underline.
msoUnderlineDotDashLine Specifies a dot dash line underline.
msoUnderlineDotDashHeavyLine Specifies a dot dash heavy line underline.
msoUnderlineDotDotDashLine Specifies a dot dot dash line underline.
msoUnderlineDotDotDashHeavyLine Specifies a dot dot dash heavy line underline.
msoUnderlineWavyLine Specifies a wavy line underline.
msoUnderlineWavyHeavyLine Specifies a wavy heavy line underline.
msoUnderlineWavyDoubleLine Specifies a wavy double line underline.

See Also

Reference

Microsoft.Office.Core Namespace