Table of Contents

Enum eUnderLineType

Namespace
OfficeOpenXml.Style
Assembly
EPPlus.dll

Linestyle

public enum eUnderLineType

Fields

Dash = 0

Dashed

DashHeavy = 1

Dashed, Thicker

DashLong = 2

Dashed Long

DashLongHeavy = 3

Long Dashed, Thicker

DotDash = 5

Dot Dash

DotDashHeavy = 6

Dot Dash, Thicker

DotDotDash = 7

Dot Dot Dash

DotDotDashHeavy = 8

Dot Dot Dash, Thicker

Dotted = 9

Dotted

DottedHeavy = 10

Dotted, Thicker

Double = 4

Double lines with normal thickness

Heavy = 11

Single line, Thicker

None = 12

No underline

Single = 13

Single line

Wavy = 14

A single wavy line

WavyDbl = 15

A double wavy line

WavyHeavy = 16

A single wavy line, Thicker

Words = 17

Underline just the words and not the spaces between them