TextUnderlineType

TextUnderlineType

Overview

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

Represents the type of text underline.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default underline type
NONERepresents no underline applied to text
WORDSRepresents an underline applied to each word separately
SINGLERepresents a single straight underline
DOUBLE
HEAVYRepresents a thick single underline
DOTTEDRepresents a dotted underline pattern
HEAVY_DOTTEDRepresents a thick dotted underline
DASHED
HEAVY_DASHEDRepresents a thick dashed underline
LONG_DASHEDRepresents a long-dash underline pattern
HEAVY_LONG_DASHEDRepresents a thick long-dash underline
DOT_DASHRepresents a dot‑dash underline pattern
HEAVY_DOT_DASHRepresents a thick dot‑dash underline
DOT_DOT_DASH
HEAVY_DOT_DOT_DASH
WAVYRepresents a wavy underline
HEAVY_WAVY
DOUBLE_WAVY

See Also