TextUnderlineType

TextUnderlineType

Overview

TextUnderlineType is a enum in Aspose.Slides FOSS for C++.

Represents the type of text underline.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified underline style
NONERepresents no underline applied to the text
WORDSRepresents an underline applied only to individual words
SINGLERepresents a single solid underline
DOUBLE
HEAVYRepresents a thick solid underline
DOTTEDRepresents a dotted underline pattern
HEAVY_DOTTED
DASHED
HEAVY_DASHEDRepresents a thick dashed underline pattern
LONG_DASHEDRepresents a long-dash underline pattern
HEAVY_LONG_DASHED
DOT_DASHRepresents a dot‑dash underline pattern
HEAVY_DOT_DASH
DOT_DOT_DASH
HEAVY_DOT_DOT_DASH
WAVYRepresents a wavy underline style
HEAVY_WAVY
DOUBLE_WAVY

See Also