officefileapi-devexpress-dot-spreadsheet-dot-drawings-2613e056.md
Lists the types of underline formatting.
Namespace : DevExpress.Spreadsheet.Drawings
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ShapeTextUnderlineType
Public Enum ShapeTextUnderlineType
| Name | Description |
|---|---|
None |
No underline.
|
| Words |
Single line beneath all non-space characters.
|
| Single |
Single line.
|
| Double |
Two lines.
|
| Heavy |
Heavy line.
|
| Dotted |
Series of dot characters.
|
| HeavyDotted |
Series of thick dot characters.
|
| Dashed |
Dashed line.
|
| HeavyDashed |
Series of thick dashes.
|
| LongDashed |
Series of long dashed characters.
|
| HeavyLongDashed |
Series of thick, long, dashed characters.
|
| DotDash |
Series of dash - dot characters.
|
| HeavyDotDash |
Series of thick dash - dot characters.
|
| DotDotDash |
Series of dash - dot - dot characters.
|
| HeavyDotDotDash |
Series of thick dash - dot - dot characters.
|
| Wavy |
Single wavy line.
|
| HeavyWavy |
Single thick wavy line.
|
| DoubleWavy |
Pair of wavy lines.
|
The following properties accept/return ShapeTextUnderlineType values:
See Also