Enum FontUnderlineType

FontUnderlineType enumeration

Enumerates the font underline types.

public enum FontUnderlineType

Values

NameValueDescription
None0Represents no underline.
Single1Represents single underline.
Double2Represents double underline.
Accounting3Represents single accounting underline.
DoubleAccounting4Represents double accounting underline.
Dash5Represents Dashed Underline
DashDotDotHeavy6Represents Thick Dash-Dot-Dot Underline
DashDotHeavy7Represents Thick Dash-Dot Underline
DashedHeavy8Represents Thick Dashed Underline
DashLong9Represents Long Dashed Underline
DashLongHeavy10Represents Thick Long Dashed Underline
DotDash11Represents Dash-Dot Underline
DotDotDash12Represents Dash-Dot-Dot Underline
Dotted13Represents Dotted Underline
DottedHeavy14Represents Thick Dotted Underline
Heavy15Represents Thick Underline
Wave16Represents Wave Underline
WavyDouble17Represents Double Wave Underline
WavyHeavy18Represents Heavy Wave Underline
Words19Represents Underline Non-Space Characters Only

See Also