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