java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.XlsStyleCache

public class XlsStyleCache extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCachedNamedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle namedCellStyle, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
     
    void
    addCachedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle templateCellStyle, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
     
    void
    addNamedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
     
    org.apache.poi.hssf.usermodel.HSSFCellStyle
    getCellStyleByTemplate(org.apache.poi.hssf.usermodel.HSSFCellStyle templateCellStyle)
     
    org.apache.poi.hssf.usermodel.HSSFCellStyle
    getNamedCachedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle namedCellStyle)
     
    org.apache.poi.hssf.usermodel.HSSFCellStyle
     
    org.apache.poi.hssf.usermodel.HSSFCellStyle
    processCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XlsStyleCache

      public XlsStyleCache()
  • Method Details

    • processCellStyle

      public org.apache.poi.hssf.usermodel.HSSFCellStyle processCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
    • getCellStyleByTemplate

      public org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyleByTemplate(org.apache.poi.hssf.usermodel.HSSFCellStyle templateCellStyle)
    • addCachedStyle

      public void addCachedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle templateCellStyle, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
    • addNamedStyle

      public void addNamedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
    • getStyleByName

      public org.apache.poi.hssf.usermodel.HSSFCellStyle getStyleByName(String styleName)
    • getNamedCachedStyle

      public org.apache.poi.hssf.usermodel.HSSFCellStyle getNamedCachedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle namedCellStyle)
    • addCachedNamedStyle

      public void addCachedNamedStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle namedCellStyle, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)