TextUnderlineType

TextUnderlineType

Overview

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

Represents the type of text underline.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined underline style
NONERepresents no underline applied to text
WORDSRepresents underlining applied to each word separately
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

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also