officefileapi-devexpress-dot-spreadsheet-7517dc73.md
Lists values used to specify how to display text that overflows the shape vertically.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ShapeTextVerticalOverflowType
Public Enum ShapeTextVerticalOverflowType
| Name | Description |
|---|---|
Clip |
Hides text that does not fit vertically within the shape’s bounds.
|
| Ellipsis |
Hides text that does not fit vertically within the shape’s bounds and adds an ellipsis (…) at the end of the visible text.
|
| Overflow |
Allows text to overflow the shape vertically. Currently not supported.
|
The following properties accept/return ShapeTextVerticalOverflowType values:
The ShapeTextVerticalOverflowType enumeration values are used by the ShapeText.VerticalOverflow property.
See Also