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.
|
Modifier and Type | Field and Description |
---|---|
protected JRXlsMetadataExporter.BoxStyle |
JRXlsMetadataExporter.StyleInfo.box |
Modifier and Type | Method and Description |
---|---|
protected org.apache.poi.hssf.usermodel.HSSFCellStyle |
JRXlsMetadataExporter.getLoadedCellStyle(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRXlsMetadataExporter.BoxStyle box,
boolean isCellLocked,
boolean isCellHidden,
boolean isShrinkToFit) |
Constructor and Description |
---|
StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRXlsMetadataExporter.BoxStyle box,
boolean wrapText,
boolean cellLocked,
boolean cellHidden,
boolean shrinkToFit) |
Copyright © 2017. All rights reserved.