Aspose::Cells::TextCrossType enum
TextCrossType enum
Enumerates displaying text type when the text width is larger than cell width.
enum class TextCrossType
Values
| Name | Value | Description |
|---|---|---|
| Default | 1 | Display text like in Microsoft Excel. |
| CrossKeep | 2 | Display all the text by crossing other cells and keep text of crossed cells. |
| CrossOverride | 3 | Display all the text by crossing other cells and override text of crossed cells. |
| StrictInCell | 4 | Only display the text within the width of cell. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++