General
TextUnderlineType és un enum a Aspose.Slides FOSS per Java.
Representa el tipus de text subratllat.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or unspecified underline style |
NONE | Represents no underline applied to the 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 | Represents a thick dotted underline |
DASHED | |
HEAVY_DASHED | Represents a thick dashed underline |
LONG_DASHED | Represents an underline with long dashes |
HEAVY_LONG_DASHED | Represents a thick underline with long dashes |
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 | |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Stores the string representation of the underline type |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |