TTextHorzOverflow Enumeration
How the text in a shape will overflow horizontally once there is no more room for it.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Overflow |
0 |
Text will not be clipped, and it will overflow outside the shape.
|
Clip |
1 |
Text will be clipped, and there will be no indication that there is more text outside the area.
|