Table of Contents

Enum UnderlineStyle

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Underline pattern for a run (ECMA-376 Part 1 §17.18.99 ST_Underline).

public enum UnderlineStyle

Fields

None = 0

No underline (w:u "none").

Single = 1

Single line (w:u "single").

Words = 2

Underline non-space characters only (w:u "words").

Double = 3

Double line (w:u "double").

Thick = 4

Thick single line (w:u "thick").

Dotted = 5

Dotted line (w:u "dotted").

DottedHeavy = 6

Thick dotted line (w:u "dottedHeavy").

Dash = 7

Dashed line (w:u "dash").

DashedHeavy = 8

Thick dashed line (w:u "dashedHeavy").

DashLong = 9

Long dashed line (w:u "dashLong").

DashLongHeavy = 10

Thick long dashed line (w:u "dashLongHeavy").

DotDash = 11

Dash-dot line (w:u "dotDash").

DashDotHeavy = 12

Thick dash-dot line (w:u "dashDotHeavy").

DotDotDash = 13

Dash-dot-dot line (w:u "dotDotDash").

DashDotDotHeavy = 14

Thick dash-dot-dot line (w:u "dashDotDotHeavy").

Wave = 15

Wavy line (w:u "wave").

WavyHeavy = 16

Thick wavy line (w:u "wavyHeavy").

WavyDouble = 17

Double wavy line (w:u "wavyDouble").