public class CellStyleSets
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static IWrapCellStyle |
DATA_CELL_STYLE
默认单元格样式
|
static IWrapCellStyle |
DATE_CELL_STYLE
日期样式, yyyy-MM-dd
|
static IWrapCellStyle |
DATE_TIME_CELL_STYLE
日期样式, yyyy-MM-dd HH:mm:ss
|
static IWrapCellStyle |
DECIMAL_TWO_CELL_STYLE
保留两位小数
|
static IWrapCellStyle |
FORMULA_CELL_STYLE
公式单元格样式
|
static IWrapCellStyle |
HEADER_CELL_STYLE
默认标题头样式
|
static IWrapCellStyle |
MONTH_CELL_STYLE
日期样式, yyyy-MM
|
static IWrapCellStyle |
NONE_CELL_STYLE
空样式
|
static IWrapCellStyle |
YEAR_CELL_STYLE
日期样式, yyyy-MM
|
| 构造器和说明 |
|---|
CellStyleSets() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WrapCellStyle |
createCellStyle()
使用默认样式来创建
WrapCellStyle |
static WrapCellStyle |
createCellStyle(IWrapCellStyle cellStyle)
利用已有样式来创建
WrapCellStyle |
public static final IWrapCellStyle NONE_CELL_STYLE
public static final IWrapCellStyle HEADER_CELL_STYLE
public static final IWrapCellStyle DATA_CELL_STYLE
public static final IWrapCellStyle YEAR_CELL_STYLE
public static final IWrapCellStyle MONTH_CELL_STYLE
public static final IWrapCellStyle DATE_CELL_STYLE
public static final IWrapCellStyle DATE_TIME_CELL_STYLE
public static final IWrapCellStyle DECIMAL_TWO_CELL_STYLE
public static final IWrapCellStyle FORMULA_CELL_STYLE
public static WrapCellStyle createCellStyle()
WrapCellStyleWrapCellStylepublic static WrapCellStyle createCellStyle(IWrapCellStyle cellStyle)
WrapCellStylecellStyle - 已有样式