| 
UnderlineStyle Enumeration
  | 
 Specifies style of the underline.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum UnderlineStyle
 
Public Enumeration UnderlineStyle
 
public enum class UnderlineStyle
 
 
 
 
 Members
 Members
 
|  | Member name | 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. | 
 
 
 See Also
See Also