TextVerticalOverflowType Enumeration |
Determines whether the text can flow out of the bounding box vertically.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public enum TextVerticalOverflowType
Public Enumeration TextVerticalOverflowType
Members Member name | Value | Description |
---|
Overflow | 0 |
Overflow the text and pay no attention to top and bottom barriers.
|
Clip | 1 |
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
|
Ellipsis | 2 |
Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible.
|
See Also