Overview
TextUnderlineType is a enum in Aspose.Slides FOSS for Java.
Represents the type of text underline.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined underline style |
NONE | Represents no underline applied to text |
WORDS | Represents underlining applied to each word separately |
SINGLE | Represents a single solid underline |
DOUBLE | |
HEAVY | Represents a thick solid underline |
DOTTED | Represents a dotted underline pattern |
HEAVY_DOTTED | |
DASHED | |
HEAVY_DASHED | Represents a thick dashed underline pattern |
LONG_DASHED | Represents a long-dash underline pattern |
HEAVY_LONG_DASHED | |
DOT_DASH | Represents a dot‑dash underline pattern |
HEAVY_DOT_DASH | |
DOT_DOT_DASH | |
HEAVY_DOT_DOT_DASH | |
WAVY | Represents a wavy underline style |
HEAVY_WAVY | |
DOUBLE_WAVY | |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also