Click or drag to resize

TextVerticalOverflowType Enumeration

Determines whether the text can flow out of the bounding box vertically.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum TextVerticalOverflowType
Members
Member nameValueDescription
Overflow0 Overflow the text and pay no attention to top and bottom barriers.
Clip1 Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
Ellipsis2 Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible.
See Also