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