noWrap
tag property: TD, TH . Specifies that text cannot be automatically wrapped based on size.

The property is set from the script:
td_object, th.noWrap = true
The property is reset from the script:
td_object, th.noWrap = false