TextHorizontalOverflowType Enumeration |
Determines whether the text can flow out of the bounding box horizontally.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic enum TextHorizontalOverflowType
Public Enumeration TextHorizontalOverflowType
MembersMember name | Value | Description |
---|
Overflow | 0 |
When a big character does not fit into a line, allow a horizontal overflow.
|
Clip | 1 |
When a big character does not fit into a line, clip it at the proper horizontal overflow.
|
See Also