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.loadedCellStyles
Methods in net.sf.jasperreports.poi.export with parameters of type JRXlsExporter.StyleInfoModifier and TypeMethodDescriptionprotected void
JRXlsExporter.createTextCell
(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle, short forecolor) protected org.apache.poi.hssf.usermodel.HSSFCellStyle
JRXlsExporter.getLoadedCellStyle
(JRXlsExporter.StyleInfo style) protected org.apache.poi.hssf.usermodel.HSSFCellStyle
JRXlsExporter.initCreateCell
(JRExporterGridCell gridCell, int colIndex, int rowIndex, JRXlsExporter.StyleInfo baseStyle)