Uses of Class
net.sf.jasperreports.engine.export.JRXlsExporter.StyleInfo
-
Packages that use JRXlsExporter.StyleInfo Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc. -
-
Uses of JRXlsExporter.StyleInfo in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type JRXlsExporter.StyleInfo Modifier and Type Field Description protected java.util.Map<JRXlsExporter.StyleInfo,org.apache.poi.hssf.usermodel.HSSFCellStyle>JRXlsExporter. loadedCellStylesMethods in net.sf.jasperreports.engine.export with parameters of type JRXlsExporter.StyleInfo Modifier and Type Method Description protected 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)
-