Field Summary | ||
---|---|---|
const int | CLIP | |
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible. | ||
const int | 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. | ||
const int | OVERFLOW | |
Overflow the text and pay no attention to top and bottom barriers. |
Field Detail |
---|
CLIP | |
const int CLIP |
ELLIPSIS | |
const int ELLIPSIS |
OVERFLOW | |
const int OVERFLOW |