noWrap property

bool get noWrap

The noWrap property of the HTMLTableCellElement interface returns a Boolean value indicating if the text of the cell may be wrapped on several lines or not.

Note: This property is deprecated and you should use the CSS property with the value nowrap instead.

Implementation

external bool get noWrap;
set noWrap (bool value)

Implementation

external set noWrap(bool value);