Specifies style of the underline.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum UnderlineStyle
Public Enumeration UnderlineStyle
public enum class UnderlineStyle
type UnderlineStyle
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
No underlining.
|
| Single | 1 |
Normal single underline.
|
| Words | 2 |
Underline words only.
|
| Double | 3 |
Double underline.
|
| Dotted | 4 |
Dotted underline.
|
| DotDot | 4 | |
| Thick | 6 |
Heavy underline.
|
| Dash | 7 |
Dashed underline.
|
| DotDash | 9 |
Dot-dash underline.
|
| DotDotDash | 10 |
Dot-dot-dash underline.
|
| Wavy | 11 |
Wavy underline.
|
| DottedHeavy | 20 |
Heavy dotted underline.
|
| DashHeavy | 23 |
Heavy dashed underline.
|
| DotDashHeavy | 25 |
Heavy dot-dash underline.
|
| DotDotDashHeavy | 26 |
Heavy dot-dot-dash underline.
|
| WavyHeavy | 27 |
Heavy wavy underline.
|
| DashLong | 39 |
Long-dash underline.
|
| WavyDouble | 43 |
Wavy double underline.
|
| DashLongHeavy | 55 |
Heavy long-dash underline.
|