<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >SetWordWrapType |
Sets the word wrap type.
Prototype :
void SetWordWrapType
(
string WordWrapType
)
Arguments :
WordWrapType |
refer to WordWrapTypeConst Multiple types are separated by comma(,) |
Example :
//string
This.SetWordWrapType("IgnoreSpace,NonAsciiWord");
//constant
This.SetWordWrapType(WordWrapTypeConst.IgnoreSpace + "," + WordWrapTypeConst.NonAsciiWord);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :