ExcelScript.ShapeTextVerticalOverflow enum
Specifies the vertical overflow for the text frame in a shape.
Fields
| clip | Hide text that does not fit vertically within the text frame. |
| ellipsis | Hide text that does not fit vertically within the text frame, and add an ellipsis (...) at the end of the visible text. |
| overflow | Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment). |