Aspose::Cells::TextCrossType enum

TextCrossType enum

Enumerates displaying text type when the text width is larger than cell width.

enum class TextCrossType

Values

NameValueDescription
Default1
Display text like in Microsoft Excel.
CrossKeep2
Display all the text by crossing other cells and keep text of crossed cells.
CrossOverride3
Display all the text by crossing other cells and override text of crossed cells.
StrictInCell4
Only display the text within the width of cell.

See Also