com.aspose.cells
Class TextCrossType

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

public class TextCrossType 
extends java.lang.Object

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


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

Field Detail

DEFAULT

public static final int DEFAULT
Display text like in Microsoft Excel.

CROSS_KEEP

public static final int CROSS_KEEP
Display all the text by crossing other cells and keep text of crossed cells.

CROSS_OVERRIDE

public static final int CROSS_OVERRIDE
Display all the text by crossing other cells and override text of crossed cells.

STRICT_IN_CELL

public static final int STRICT_IN_CELL
Only display the text within the width of cell.

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