Enum eTextHorizontalOverflow
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Specifies the text vertical overflow
public enum eTextHorizontalOverflow
Fields
Clip = 0
When a character doesn't fit into a line, clip it at the end.
Overflow = 1
When a character doesn't fit into a line, allow an overflow.