Class HSSFStyleCacheKey

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.HSSFStyleCacheKey
All Implemented Interfaces:
Serializable

public class HSSFStyleCacheKey extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.poi.hssf.record.ExtendedFormatRecord
     
    protected final org.apache.poi.hssf.usermodel.HSSFCellStyle
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    HSSFStyleCacheKey(org.apache.poi.hssf.usermodel.HSSFCellStyle style)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • style

      protected final org.apache.poi.hssf.usermodel.HSSFCellStyle style
    • format

      protected final org.apache.poi.hssf.record.ExtendedFormatRecord format
  • Constructor Details

    • HSSFStyleCacheKey

      public HSSFStyleCacheKey(org.apache.poi.hssf.usermodel.HSSFCellStyle style)
  • Method Details