TextUnderlineType

TextUnderlineType

Overview

TextUnderlineType is a enum in Aspose.Slides FOSS for .NET.

Represents TextUnderlineType enumeration.

This enumeration defines 19 values: NotDefined, None, Words, Single, Double, Heavy, Dotted, HeavyDotted, Dashed, HeavyDashed, LongDashed, HeavyLongDashed, and 7 more.

Values

ValueDescription
NotDefinedRepresents an undefined or default underline style
NoneRepresents no underline applied to the text
WordsRepresents an underline applied to each word separately
SingleRepresents a single solid underline
Double
HeavyRepresents a thick solid underline
DottedRepresents a dotted underline pattern
HeavyDotted
Dashed
HeavyDashedRepresents a thick dashed underline pattern
LongDashedRepresents a long‑dash underline pattern
HeavyLongDashed
DotDashRepresents a dot‑dash underline pattern
HeavyDotDash
DotDotDash
HeavyDotDotDash
Wavy
HeavyWavyRepresents a thick wavy underline pattern
DoubleWavyRepresents a double wavy underline pattern

See Also