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.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Field and Description |
---|---|
protected JRStyledTextUtil |
JRAbstractExporter.styledTextUtil |
Modifier and Type | Field and Description |
---|---|
protected JRStyledTextUtil |
AwtTextRenderer.styledTextUtil |
Modifier and Type | Method and Description |
---|---|
protected JRStyledTextUtil |
JRBaseFiller.getStyledTextUtil() |
protected JRStyledTextUtil |
JRFillContext.getStyledTextUtil() |
Modifier and Type | Method and Description |
---|---|
static JRStyledTextUtil |
JRStyledTextUtil.getInstance(JasperReportsContext jasperReportsContext) |
Copyright © 2017. All rights reserved.