Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum UnderlineType

Member name Description
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.
Wave Specifies an underline consisting of a single wavy line beneath all characters in the run.