Enum TextOverflowType
Enum TextOverflowType
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents the way the text vertical or horizontal overflow.
public enum TextOverflowType
Fields
Clip = 0
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
Ellipsis = 1
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 = 2
Overflow the text and pay no attention to top and bottom barriers.