TextUnderlineType
Overview
TextUnderlineType is a enum in Aspose.Slides FOSS for Python.
Represents the type of text underline.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default underline type |
NONE | Represents no underline applied to text |
WORDS | Represents an underline applied to each word separately |
SINGLE | Represents a single straight underline |
DOUBLE | |
HEAVY | Represents a thick single underline |
DOTTED | Represents a dotted underline pattern |
HEAVY_DOTTED | Represents a thick dotted underline |
DASHED | |
HEAVY_DASHED | Represents a thick dashed underline |
LONG_DASHED | Represents a long-dash underline pattern |
HEAVY_LONG_DASHED | Represents a thick long-dash underline |
DOT_DASH | Represents a dot‑dash underline pattern |
HEAVY_DOT_DASH | Represents a thick dot‑dash underline |
DOT_DOT_DASH | |
HEAVY_DOT_DOT_DASH | |
WAVY | Represents a wavy underline |
HEAVY_WAVY | |
DOUBLE_WAVY |