| Package | Description |
|---|---|
| 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.web.util |
Contains utility classes for web applications.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HtmlFont> |
JRXhtmlExporter.fontsToProcess
Deprecated.
|
protected Map<String,HtmlFont> |
JRHtmlExporter.fontsToProcess
Deprecated.
|
protected Map<String,HtmlFont> |
HtmlExporter.fontsToProcess |
| Modifier and Type | Method and Description |
|---|---|
static HtmlFont |
HtmlFont.getInstance(JasperReportsContext jasperReportsContext,
String htmlFontId) |
static HtmlFont |
HtmlFont.getInstance(Locale locale,
FontInfo fontInfo,
boolean isBold,
boolean isItalic) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlFontUtil.handleFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont)
Deprecated.
|
void |
HtmlFontUtil.handleHtmlFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
FontWebResourceHandler.processFont(JasperReportsContext jasperReportsContext,
String basePath,
HtmlFont htmlFont) |
protected byte[] |
FontWebResourceHandler.processFont(String basePath,
HtmlFont htmlFont)
Deprecated.
|
Copyright © 2016. All rights reserved.