类 ModuleExportExcelStyleRet

java.lang.Object
com.sh.wf.module.event.ModuleExportExcelStyleRet

public class ModuleExportExcelStyleRet extends Object

Description: 导出excel样式

Title:首亨软件 - 聚天平台

从以下版本开始:
2022年8月24日
  • 字段详细资料

    • EVENT_TYPE_Export_style

      public static String 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

      public ModuleContext 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

      public ModuleExportExcelStyleRet setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
    • getTd

      public Td getTd()
    • setTd

      public ModuleExportExcelStyleRet setTd(Td td)