Aspose::Cells::FontUnderlineType enum
Contents
[
Hide
]FontUnderlineType enum
Enumerates the font underline types.
enum class FontUnderlineType
Values
Name | Value | Description |
---|---|---|
None | 0 | Represents no underline. |
Single | 1 | Represents single underline. |
Double | 2 | Represents double underline. |
Accounting | 3 | Represents single accounting underline. |
DoubleAccounting | 4 | Represents double accounting underline. |
Dash | 5 | Represents Dashed Underline. |
DashDotDotHeavy | 6 | Represents Thick Dash-Dot-Dot Underline. |
DashDotHeavy | 7 | Represents Thick Dash-Dot Underline. |
DashedHeavy | 8 | Represents Thick Dashed Underline. |
DashLong | 9 | Represents Long Dashed Underline. |
DashLongHeavy | 10 | Represents Thick Long Dashed Underline. |
DotDash | 11 | Represents Dash-Dot Underline. |
DotDotDash | 12 | Represents Dash-Dot-Dot Underline. |
Dotted | 13 | Represents Dotted Underline. |
DottedHeavy | 14 | Represents Thick Dotted Underline. |
Heavy | 15 | Represents Thick Underline. |
Wave | 16 | Represents Wave Underline. |
WavyDouble | 17 | Represents Double Wave Underline. |
WavyHeavy | 18 | Represents Heavy Wave Underline. |
Words | 19 | Represents Underline Non-Space Characters Only. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++