Aspose::Cells::FontUnderlineType enum

FontUnderlineType enum

Enumerates the font underline types.

enum class FontUnderlineType

Values

NameValueDescription
None0
Represents no underline.
Single1
Represents single underline.
Double2
Represents double underline.
Accounting3
Represents single accounting underline.
DoubleAccounting4
Represents double accounting underline.
Dash5
Represents Dashed Underline.
DashDotDotHeavy6
Represents Thick Dash-Dot-Dot Underline.
DashDotHeavy7
Represents Thick Dash-Dot Underline.
DashedHeavy8
Represents Thick Dashed Underline.
DashLong9
Represents Long Dashed Underline.
DashLongHeavy10
Represents Thick Long Dashed Underline.
DotDash11
Represents Dash-Dot Underline.
DotDotDash12
Represents Dash-Dot-Dot Underline.
Dotted13
Represents Dotted Underline.
DottedHeavy14
Represents Thick Dotted Underline.
Heavy15
Represents Thick Underline.
Wave16
Represents Wave Underline.
WavyDouble17
Represents Double Wave Underline.
WavyHeavy18
Represents Heavy Wave Underline.
Words19
Represents Underline Non-Space Characters Only.

See Also