UnderlineType Enum
Represents the types of patterns which may be used to create the underline applied beneath the text in a Run.
Remarks
Values Wave and DoubleWave are currently not supported in PDF, XPS, and image formats.
Fields
| Dashed | Specifies an underline consisting of a dashed line beneath all characters in the run. | 
| DotDash | Specifies an underline consisting of a series of dot, dash characters beneath all characters in the run. | 
| DotDotDash | Specifies an underline consisting of a series of dot, dot, dash characters beneath all characters in the run. | 
| Dotted | Specifies an underline consisting of a series of dot characters beneath all characters in the run. | 
| Double | Specifies an underline consisting of two lines beneath all characters in the run. | 
| DoubleWave | Specifies an underline consisting of a pair of wavy lines beneath all characters in the run. | 
| None | Specifies no underline beneath the run. | 
| Single | Specifies an underline consisting of a single line beneath all characters in the run. | 
| UnderlineNonSpaceCharactersOnly | Specifies an underline consisting of a single line beneath all non-space characters in the run. There shall be no underline beneath any space character (breaking or non-breaking). | 
| Wave | Specifies an underline consisting of a single wavy line beneath all characters in the run. |