TextCrossType

TextCrossType enumeration

Utility class containing constants. Enumerates displaying text type when the text width is larger than cell width.

Values

NameDescription
DEFAULTDisplay text like in Microsoft Excel.
CROSS_KEEPDisplay all the text by crossing other cells and keep text of crossed cells.
CROSS_OVERRIDEDisplay all the text by crossing other cells and override text of crossed cells.
STRICT_IN_CELLOnly display the text within the width of cell.