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