Class XslStyleHelper
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.XslStyleHelper
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcloneFont(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) static voidcloneStyleRelations(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) static org.apache.poi.hssf.record.FontRecordgetFontRecord(org.apache.poi.hssf.usermodel.HSSFFont font) static org.apache.poi.hssf.record.ExtendedFormatRecordgetFormatFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) static org.apache.poi.hssf.model.InternalWorkbookgetWorkbookFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) protected static <T> TnewInstance(Class<T> clazz, Class<?>[] parameterTypes, Object... args) 
- 
Method Details- 
getFontRecordpublic static org.apache.poi.hssf.record.FontRecord getFontRecord(org.apache.poi.hssf.usermodel.HSSFFont font) 
- 
getFormatFromStylepublic static org.apache.poi.hssf.record.ExtendedFormatRecord getFormatFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) 
- 
getWorkbookFromStylepublic static org.apache.poi.hssf.model.InternalWorkbook getWorkbookFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) 
- 
cloneStyleRelationspublic static void cloneStyleRelations(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) 
- 
cloneFontpublic static void cloneFont(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) 
- 
newInstance
 
-