2019.1

Table Of Contents
.
l
Italic: Sets
font-style
to
italic
.
l
Underline: Sets
text-decoration
to
underline
.
l
Strikethrough: Sets
text-decoration
to
line-through
.
l
Subscript: Sets
vertical-align
to
super
.
l
Superscript: Sets
vertical-align
to
sub
.
l
Capitalize: Sets
text-transform
to
capitalize
.
l
Uppercase: Sets
text-transform
to
uppercase
.
l
Lowercase: Sets
text-transform
Page 935