text-decoration-line: value;
object.style.textDecorationLine = "value";
<'text-decoration-line'> = none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error
none
Neither produces nor inhibits text decoration.
underline
Each line of text is underlined.
overline
Each line of text has a line over it.
line-through
Each line of text has a line through the middle.
spelling-error
Indicates the type of text decoration used by the user agent to highlight spelling mistakes.
grammar-error
Indicates the type of text decoration used by the user agent to highlight grammar mistakes.