Enum eTextVerticalOverflow
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
How text vertical overflows
public enum eTextVerticalOverflow
Fields
Clip = 0
Clip the text and give no indication that there is text that is not visible at the top and bottom.
Ellipsis = 1
Use an ellipse to highlight text that is not visible at the top and bottom.
Overflow = 2
Overflow the text.