Class XslStyleHelper
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.caches.XslStyleHelper
-
Method Summary
Modifier 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
-
getFontRecord
public static org.apache.poi.hssf.record.FontRecord getFontRecord(org.apache.poi.hssf.usermodel.HSSFFont font) -
getFormatFromStyle
public static org.apache.poi.hssf.record.ExtendedFormatRecord getFormatFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) -
getWorkbookFromStyle
public static org.apache.poi.hssf.model.InternalWorkbook getWorkbookFromStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) -
cloneStyleRelations
public static void cloneStyleRelations(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) -
cloneFont
public static void cloneFont(org.apache.poi.hssf.usermodel.HSSFCellStyle source, org.apache.poi.hssf.usermodel.HSSFCellStyle target) -
newInstance
-