Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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 such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.export.data |
Contains classes for handling data types at export time.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
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 TextValue |
JExcelApiMetadataExporter.getTextValue(JRPrintText text,
String textStr,
boolean hasCurrentColumnData)
Deprecated.
|
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)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
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,
int maxColIndex,
TextValue textValue,
String pattern,
Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation,
JRXlsAbstractExporter.SheetInfo sheetInfo) |
Copyright © 2017. All rights reserved.