Back to Devexpress

ShapeTextVerticalOverflowType Enum

officefileapi-devexpress-dot-spreadsheet-7517dc73.md

latest1.5 KB
Original Source

ShapeTextVerticalOverflowType Enum

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

Declaration

csharp
public enum ShapeTextVerticalOverflowType
vb
Public Enum ShapeTextVerticalOverflowType

Members

NameDescription
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:

Remarks

The ShapeTextVerticalOverflowType enumeration values are used by the ShapeText.VerticalOverflow property.

See Also

DevExpress.Spreadsheet Namespace