FontUnderlineType

FontUnderlineType

Overview

FontUnderlineType is a enum in Aspose.Cells FOSS for .NET.

Enumerates font underline types.

This enumeration defines 20 underline type values.

Description

FontUnderlineType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like FontUnderlineType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NoneApplies no underline to the text
SingleApplies a single underline
DoubleApplies a double underline
AccountingApplies a single accounting underline
DoubleAccountingApplies a double accounting underline
DashApplies a dashed underline
DashDotDotHeavyApplies a heavy dash-dot-dot underline
DashDotHeavyApplies a heavy dash-dot underline
DashedHeavyApplies a heavy dashed underline
DashLongApplies a long dashed underline
DashLongHeavyApplies a heavy long dashed underline
DotDashApplies a dot-dash underline
DotDotDashApplies a dot-dot-dash underline
DottedApplies a dotted underline
DottedHeavyApplies a heavy dotted underline
HeavyApplies a heavy (thick) underline
WaveApplies a wavy underline
WavyDoubleApplies a double wavy underline
WavyHeavyApplies a heavy wavy underline
WordsApplies an underline to individual words, excluding spaces.

See Also