Documentation

underline()

Adds an underline to the text.

underline(underline?: BindingOrValue<boolean | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related