API Reference

Enum

WordUnderlineStyle

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies an underline style.

Inheritance

  • Enum
  • WordUnderlineStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordUnderlineStyle Single #

Single underline.

Value: 0
public const WordUnderlineStyle Words #

Underlines words only.

Value: 1
public const WordUnderlineStyle Double #

Double underline.

Value: 2
public const WordUnderlineStyle Thick #

Thick underline.

Value: 3
public const WordUnderlineStyle Dotted #

Dotted underline.

Value: 4
public const WordUnderlineStyle DottedHeavy #

Heavy dotted underline.

Value: 5
public const WordUnderlineStyle Dash #

Dashed underline.

Value: 6
public const WordUnderlineStyle DashedHeavy #

Heavy dashed underline.

Value: 7
public const WordUnderlineStyle DashLong #

Long-dash underline.

Value: 8
public const WordUnderlineStyle DashLongHeavy #

Heavy long-dash underline.

Value: 9
public const WordUnderlineStyle DotDash #

Dot-dash underline.

Value: 10
public const WordUnderlineStyle DashDotHeavy #

Heavy dot-dash underline.

Value: 11
public const WordUnderlineStyle DotDotDash #

Double-dot-dash underline.

Value: 12
public const WordUnderlineStyle DashDotDotHeavy #

Heavy double-dot-dash underline.

Value: 13
public const WordUnderlineStyle Wave #

Wavy underline.

Value: 14
public const WordUnderlineStyle WavyHeavy #

Heavy wavy underline.

Value: 15
public const WordUnderlineStyle WavyDouble #

Double wavy underline.

Value: 16
public const WordUnderlineStyle None #

No underline.

Value: 17