FontUnderlineType Enum
Contents
[
Hide
]FontUnderlineType Enum
Enumerates the font underline types.
type FontUnderlineType int32
Fields
| Field | Description |
|---|---|
| None | Represents no underline. |
| Single | Represents single underline. |
| Double | Represents double underline. |
| Accounting | Represents single accounting underline. |
| DoubleAccounting | Represents double accounting underline. |
| Dash | Represents Dashed Underline |
| DashDotDotHeavy | Represents Thick Dash-Dot-Dot Underline |
| DashDotHeavy | Represents Thick Dash-Dot Underline |
| DashedHeavy | Represents Thick Dashed Underline |
| DashLong | Represents Long Dashed Underline |
| DashLongHeavy | Represents Thick Long Dashed Underline |
| DotDash | Represents Dash-Dot Underline |
| DotDotDash | Represents Dash-Dot-Dot Underline |
| Dotted | Represents Dotted Underline |
| DottedHeavy | Represents Thick Dotted Underline |
| Heavy | Represents Thick Underline |
| Wave | Represents Wave Underline |
| WavyDouble | Represents Double Wave Underline |
| WavyHeavy | Represents Heavy Wave Underline |
| Words | Represents Underline Non-Space Characters Only |