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,
java.lang.String textStr) |
protected TextValue |
JRAbstractExporter.getDateCellValue(JRPrintText text,
java.lang.String textStr) |
protected TextValue |
JRAbstractExporter.getNumberCellValue(JRPrintText text,
java.lang.String textStr) |
protected TextValue |
JRAbstractExporter.getTextValue(JRPrintText text,
java.lang.String textStr) |
protected TextValue |
JRAbstractExporter.getTextValueString(JRPrintText text,
java.lang.String textStr) |
Modifier and Type | Method and Description |
---|---|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
TextValue textValue,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
TextValue textValue,
java.lang.String formula,
JExcelApiExporter.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,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com