The way of displaying by wrapping lines when the width of string which will be displayed is greater than the width of cell. It is used as textWrap property of GridStyles.
NONE | "none" | Do not wrap lines. |
EXPLICIT | "explicit" | Display by wrapping lines at newline characters such as "\r\n" and "\n". |
NORMAL | "normal" | Wrap lines if there is newline character or the width of text which will be displayed is greater than the width of cell. |
ELLIPSIS | "ellipsis" |