XlOartHorizontalOverflow 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 horizontal overflow setting for a text frame.
public enum class XlOartHorizontalOverflow
public enum XlOartHorizontalOverflow
Public Enum XlOartHorizontalOverflow
- Inheritance
-
XlOartHorizontalOverflow
Fields
Name | Value | Description |
---|---|---|
xlOartHorizontalOverflowOverflow | 0 | Allow text to overflow the text frame horizontally. |
xlOartHorizontalOverflowClip | 1 | Hide text that does not fit horizontally in the text frame. |