aspose.cells

Class HtmlCrossType

Utility class containing constants. Represents five types of html cross string.

Field Summary
const  NumberDEFAULT
Display like MS Excel,depends on the next cell. If the next cell is null,the string will cross,or it will be truncated
const  NumberMS_EXPORT
Display the string like MS Excel exporting html.
const  NumberCROSS
Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell.
const  NumberCROSS_HIDE_RIGHT
Display HTML cross string and hide the right string when the texts overlap.
const  NumberFIT_TO_CELL
Only displaying the string within the width of cell.
 

    • Field Detail

      • DEFAULT

        const Number DEFAULT
        Display like MS Excel,depends on the next cell. If the next cell is null,the string will cross,or it will be truncated
      • MS_EXPORT

        const Number MS_EXPORT
        Display the string like MS Excel exporting html.
      • CROSS

        const Number CROSS
        Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell.
      • CROSS_HIDE_RIGHT

        const Number CROSS_HIDE_RIGHT
        Display HTML cross string and hide the right string when the texts overlap.
      • FIT_TO_CELL

        const Number FIT_TO_CELL
        Only displaying the string within the width of cell.