| 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 | Method and Description |
|---|---|
static HtmlFont |
HtmlFont.getInstance(HtmlFontFamily family,
Locale locale,
FontFace fontFace,
boolean isBold,
boolean isItalic) |
static HtmlFont |
HtmlFont.getInstance(JasperReportsContext jasperReportsContext,
String htmlFontId) |
static HtmlFont |
HtmlFont.getInstance(Locale locale,
FontFace fontFace,
int style)
Deprecated.
|
static HtmlFont |
HtmlFont.getInstance(Locale locale,
FontInfo fontInfo,
boolean isBold,
boolean isItalic)
Deprecated.
|
| 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)
Deprecated.
|
protected byte[] |
FontWebResourceHandler.processFont(String basePath,
HtmlFont htmlFont)
Deprecated.
|
Copyright © 2017. All rights reserved.