Enum UnderlineStyle
Underline pattern for a run (ECMA-376 Part 1 §17.18.99 ST_Underline).
public enum UnderlineStyle
Fields
None = 0No underline (w:u "none").
Single = 1Single line (w:u "single").
Words = 2Underline non-space characters only (w:u "words").
Double = 3Double line (w:u "double").
Thick = 4Thick single line (w:u "thick").
Dotted = 5Dotted line (w:u "dotted").
DottedHeavy = 6Thick dotted line (w:u "dottedHeavy").
Dash = 7Dashed line (w:u "dash").
DashedHeavy = 8Thick dashed line (w:u "dashedHeavy").
DashLong = 9Long dashed line (w:u "dashLong").
DashLongHeavy = 10Thick long dashed line (w:u "dashLongHeavy").
DotDash = 11Dash-dot line (w:u "dotDash").
DashDotHeavy = 12Thick dash-dot line (w:u "dashDotHeavy").
DotDotDash = 13Dash-dot-dot line (w:u "dotDotDash").
DashDotDotHeavy = 14Thick dash-dot-dot line (w:u "dashDotDotHeavy").
Wave = 15Wavy line (w:u "wave").
WavyHeavy = 16Thick wavy line (w:u "wavyHeavy").
WavyDouble = 17Double wavy line (w:u "wavyDouble").