public class XlsxStyleHelper extends BaseHelper
fontUtil, jasperReportsContext, writer| Constructor and Description |
|---|
XlsxStyleHelper(JasperReportsContext jasperReportsContext,
Writer writer,
String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
export() |
int |
getCellStyle(JRExporterGridCell gridCell,
String pattern,
Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
protected int |
getRotation(RotationEnum rotation) |
void |
setConfiguration(XlsReportConfiguration configuration) |
close, flush, writepublic XlsxStyleHelper(JasperReportsContext jasperReportsContext, Writer writer, String exporterKey)
public void setConfiguration(XlsReportConfiguration configuration)
public int getCellStyle(JRExporterGridCell gridCell, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo)
public void export()
protected int getRotation(RotationEnum rotation)
Copyright © 2017. All rights reserved.