Specifies style of the underline.

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
None0
No underlining.
Single1
Normal single underline.
Words2
Underline words only.
Double3
Double underline.
Dotted4
Dotted underline.
DotDot4
Thick6
Heavy underline.
Dash7
Dashed underline.
DotDash9
Dot-dash underline.
DotDotDash10
Dot-dot-dash underline.
Wavy11
Wavy underline.
DottedHeavy20
Heavy dotted underline.
DashHeavy23
Heavy dashed underline.
DotDashHeavy25
Heavy dot-dash underline.
DotDotDashHeavy26
Heavy dot-dot-dash underline.
WavyHeavy27
Heavy wavy underline.
DashLong39
Long-dash underline.
WavyDouble43
Wavy double underline.
DashLongHeavy55
Heavy long-dash underline.

See Also