TextUnderlineType

TextUnderlineType enum

Represents the type of text underline.

enum class TextUnderlineType : int8_t

Values

NameValueDescription
NotDefined-1
None0
Words1
Single2
Double3
Heavy4
Dotted5
HeavyDotted6
Dashed7
HeavyDashed8
LongDashed9
HeavyLongDashed10
DotDash11
HeavyDotDash12
DotDotDash13
HeavyDotDotDash14
Wavy15
HeavyWavy16
DoubleWavy17

See Also