com.aspose.cells
Class HtmlCrossType

java.lang.Object
    extended by com.aspose.cells.HtmlCrossType

public class HtmlCrossType 
extends java.lang.Object

Utility class containing constants. Represents three types of html corss string.

Field Summary
static final intDEFAULT
           Display like MS Excel,depends on the next cell. If the next cell is null,the string will cross,or it will be truncated
static final intCROSS
           Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Deault or FitToCell.
static final intFIT_TO_CELL
           Only displaying the string within the width of cell.
 

Field Detail

DEFAULT

public static final int 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

CROSS

public static final int CROSS
Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Deault or FitToCell.

FIT_TO_CELL

public static final int FIT_TO_CELL
Only displaying the string within the width of cell.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.