| HTMLTableCellElementNoWrap Property |
Suppress word wrapping. See the nowrap attribute definition in HTML
4.01. This attribute is deprecated in HTML 4.01.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool NoWrap { get; set; }Public Property NoWrap As Boolean
Get
Set
public:
property bool NoWrap {
bool get ();
void set (bool value);
}member NoWrap : bool with get, set
Property Value
Type:
Boolean
See Also