类 ModuleExportExcelStyleRet
java.lang.Object
com.sh.wf.module.event.ModuleExportExcelStyleRet
Description: 导出excel样式
Title:首亨软件 - 聚天平台
- 从以下版本开始:
- 2022年8月24日
-
字段概要
字段 -
构造器概要
构造器构造器说明ModuleExportExcelStyleRet(ModuleContext context, org.apache.poi.ss.usermodel.Workbook book, org.apache.poi.ss.usermodel.Cell cell, boolean isHead) -
方法概要
修饰符和类型方法说明org.apache.poi.ss.usermodel.WorkbookgetBook()org.apache.poi.ss.usermodel.CellgetCell()org.apache.poi.ss.usermodel.CellStylegetTd()booleanisHead()setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
-
字段详细资料
-
EVENT_TYPE_Export_style
-
-
构造器详细资料
-
ModuleExportExcelStyleRet
public ModuleExportExcelStyleRet(ModuleContext context, org.apache.poi.ss.usermodel.Workbook book, org.apache.poi.ss.usermodel.Cell cell, boolean isHead)
-
-
方法详细资料
-
getContext
-
getBook
public org.apache.poi.ss.usermodel.Workbook getBook() -
getCell
public org.apache.poi.ss.usermodel.Cell getCell() -
isHead
public boolean isHead() -
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle() -
setCellStyle
-
getTd
-
setTd
-