Uses of Class
net.sf.jasperreports.poi.export.JRXlsExporter.StyleInfo
Packages that use JRXlsExporter.StyleInfo
-
Uses of JRXlsExporter.StyleInfo in net.sf.jasperreports.poi.export
Fields in net.sf.jasperreports.poi.export with type parameters of type JRXlsExporter.StyleInfoModifier and TypeFieldDescriptionprotected Map<JRXlsExporter.StyleInfo, org.apache.poi.hssf.usermodel.HSSFCellStyle> JRXlsExporter.loadedCellStylesMethods in net.sf.jasperreports.poi.export with parameters of type JRXlsExporter.StyleInfoModifier and TypeMethodDescriptionprotected voidJRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle, short forecolor) protected org.apache.poi.hssf.usermodel.HSSFCellStyleJRXlsExporter.getLoadedCellStyle(JRXlsExporter.StyleInfo style) protected org.apache.poi.hssf.usermodel.HSSFCellStyleJRXlsExporter.initCreateCell(JRExporterGridCell gridCell, int colIndex, int rowIndex, JRXlsExporter.StyleInfo baseStyle)