| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| net.sf.jasperreports.engine.export.data | |
| net.sf.jasperreports.engine.export.ooxml |
| Modifier and Type | Method and Description |
|---|---|
protected TextValue |
JRAbstractExporter.getBooleanCellValue(JRPrintText text,
String textStr) |
protected TextValue |
JRAbstractExporter.getDateCellValue(JRPrintText text,
String textStr) |
protected TextValue |
JRAbstractExporter.getNumberCellValue(JRPrintText text,
String textStr) |
protected TextValue |
JRAbstractExporter.getTextValue(JRPrintText text,
String textStr) |
protected TextValue |
JRAbstractExporter.getTextValueString(JRPrintText text,
String textStr) |
| Modifier and Type | Method and Description |
|---|---|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanTextValue |
class |
DateTextValue |
class |
NumberTextValue |
class |
StringTextValue |
| Modifier and Type | Method and Description |
|---|---|
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
TextValue textValue,
String pattern,
Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
Copyright © 2014. All rights reserved.