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
| Value | Description |
|---|---|
None | Applies no underline to the text |
Single | Applies a single underline |
Double | Applies a double underline |
Accounting | Applies a single accounting underline |
DoubleAccounting | Applies a double accounting underline |
Dash | Applies a dashed underline |
DashDotDotHeavy | Applies a heavy dash-dot-dot underline |
DashDotHeavy | Applies a heavy dash-dot underline |
DashedHeavy | Applies a heavy dashed underline |
DashLong | Applies a long dashed underline |
DashLongHeavy | Applies a heavy long dashed underline |
DotDash | Applies a dot-dash underline |
DotDotDash | Applies a dot-dot-dash underline |
Dotted | Applies a dotted underline |
DottedHeavy | Applies a heavy dotted underline |
Heavy | Applies a heavy (thick) underline |
Wave | Applies a wavy underline |
WavyDouble | Applies a double wavy underline |
WavyHeavy | Applies a heavy wavy underline |
Words | Applies an underline to individual words, excluding spaces. |