TextOverflowType
TextOverflowType enumeration
Utility class containing constants. Represents the way the text vertical or horizontal overflow.
Values
| Name | Description |
|---|---|
| CLIP | Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible. |
| ELLIPSIS | Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible. Only for vertical overflow. |
| OVERFLOW | Overflow the text and pay no attention to top and bottom barriers. |