public class HtmlCrossType
Field Summary | ||
---|---|---|
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
|
||
static final int | MS_EXPORT | |
Display the string like MS Excel exporting html.
|
||
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.
|
||
static final int | CROSS_HIDE_RIGHT | |
Display HTML cross string and hide the right string when the texts overlap.
|
||
static final int | FIT_TO_CELL | |
Only displaying the string within the width of cell.
|
public static final int DEFAULT
public static final int MS_EXPORT
public static final int CROSS
public static final int CROSS_HIDE_RIGHT
public static final int FIT_TO_CELL