<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetWordWrap |
Sets whether to enable word wrap.
Prototype :
void SetWordWrap
(
bool WordWrap
)
Arguments :
WordWrap |
true to enable word wrap. |
Example :
This.SetWordWrap(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind