Class XlsStyleCache
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.XlsStyleCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
getStyleByName
(String styleName) org.apache.poi.hssf.usermodel.HSSFCellStyle
processCellStyle
(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
-
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
-
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)
-