Aspose::Cells::Drawing::TextOverflowType enum

TextOverflowType enum

Represents the way the text vertical or horizontal overflow.

enum class TextOverflowType

Values

NameValueDescription
Clip0
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
Ellipsis1
Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible. Only for vertical overflow.
Overflow2
Overflow the text and pay no attention to top and bottom barriers.

See Also