Enum TextCrossType

Enum TextCrossType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

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

public enum TextCrossType

Fields

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.

Default = 1

Display text like in Microsoft Excel.

StrictInCell = 4

Only display the text within the width of cell.