asposecells.api

Class TextCrossType

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

Field Summary
const  intDEFAULT
Display text like in Microsoft Excel.
const  intCROSS_KEEP
Display all the text by crossing other cells and keep text of crossed cells.
const  intCROSS_OVERRIDE
Display all the text by crossing other cells and override text of crossed cells.
const  intSTRICT_IN_CELL
Only display the text within the width of cell.
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Display text like in Microsoft Excel.
      • CROSS_KEEP

        const int CROSS_KEEP
        Display all the text by crossing other cells and keep text of crossed cells.
      • CROSS_OVERRIDE

        const int CROSS_OVERRIDE
        Display all the text by crossing other cells and override text of crossed cells.
      • STRICT_IN_CELL

        const int STRICT_IN_CELL
        Only display the text within the width of cell.