officefileapi-devexpress-dot-docs-dot-presentation-ec809655.md
Lists underline types that can be applied to text.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public enum TextUnderlineType
Public Enum TextUnderlineType
| Name | Description | Image |
|---|---|---|
None |
Text is not underlined.
|
|
| Words |
Specifies an underline that spans words only, leaving spaces between words unformatted.
| |
| Single |
Specifies a single straight underline.
|
|
| Double |
Specifies a double straight underline.
|
|
| Heavy |
Specifies a heavy straight underline.
|
|
| Dotted |
Specifies a dotted underline.
|
|
| HeavyDotted |
Specifies a heavy dotted underline.
|
|
| Dashed |
Specifies a dashed underline.
|
|
| HeavyDashed |
Specifies a heavy dashed underline.
|
|
| LongDashed |
Specifies a long-dashed underline.
|
|
| HeavyLongDashed |
Specifies a heavy long-dashed underline.
|
|
| DotDash |
Specifies a dot-dash underline.
|
|
| HeavyDotDash |
Specifies a heavy dot-dash underline.
|
|
| DotDotDash |
Specifies a dot-dot-dash underline.
|
|
| HeavyDotDotDash |
Specifies a heavy dot-dot-dash underline.
|
|
| Wavy |
Specifies a wavy underline.
|
|
| HeavyWavy |
Specifies a heavy wavy underline.
|
|
| DoubleWavy |
Specifies a double wavy underline.
|
|
The following properties accept/return TextUnderlineType values:
See Also