org.jeecgframework.poi.excel.export.styler
接口 IExcelExportStyler

所有已知实现类:
AbstractExcelExportStyler, ExcelExportStylerBorderImpl, ExcelExportStylerColorImpl, ExcelExportStylerDefaultImpl

public interface IExcelExportStyler

Excel导出样式接口

作者:
JueYue

方法摘要
 org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(short headerColor)
          列表头样式
 org.apache.poi.ss.usermodel.CellStyle getStyles(boolean noneStyler, ExcelExportEntity entity)
          获取样式方法
 org.apache.poi.ss.usermodel.CellStyle getTitleStyle(short color)
          标题样式
 

方法详细信息

getHeaderStyle

org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(short headerColor)
列表头样式

参数:
headerColor -
返回:

getTitleStyle

org.apache.poi.ss.usermodel.CellStyle getTitleStyle(short color)
标题样式

参数:
color -
返回:

getStyles

org.apache.poi.ss.usermodel.CellStyle getStyles(boolean noneStyler,
                                                ExcelExportEntity entity)
获取样式方法

参数:
noneStyler -
entity -
返回:


Copyright © 2015. All Rights Reserved.