XlOartVerticalOverflow Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the vertical overflow setting for a text frame.
public enum class XlOartVerticalOverflow
public enum XlOartVerticalOverflow
Public Enum XlOartVerticalOverflow
- Inheritance
-
XlOartVerticalOverflow
Fields
Name | Value | Description |
---|---|---|
xlOartVerticalOverflowOverflow | 0 | Allow text to overflow the text frame vertically (can be from the top, bottom, or both depending on the text alignment). |
xlOartVerticalOverflowClip | 1 | Hide text that does not fit vertically within the text frame. |
xlOartVerticalOverflowEllipsis | 2 | Hide text that does not fit vertically within the text frame, and add an ellipsis at the end of the visible text. |