Sets the text decoration property (shown as Lines in the designer). This is equivalent to the CSS text-decoration property.
textDecoration must be one of the following:
Supported values:
Value
Constant
none
ControlConstants.NONE
overline
ControlConstants.TEXT_OVERLINE
underline
ControlConstants.TEXT_UNDERLINE
line-through
ControlConstants.TEXT_LINE_THROUGH
Setting a value of null removes any existing value for the property.
textDecoration
must be one of the following:Supported values:
Setting a value of
null
removes any existing value for the property.Examples: