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,HtmlFontFamily> |
AbstractHtmlExporter.fontsToProcess |
Modifier and Type | Method and Description |
---|---|
HtmlFontFamily |
HtmlFont.getFamily() |
static HtmlFontFamily |
HtmlFontFamily.getInstance(JasperReportsContext jasperReportsContext,
String htmlFontFamilyId) |
static HtmlFontFamily |
HtmlFontFamily.getInstance(Locale locale,
FontInfo fontInfo) |
Modifier and Type | Method and Description |
---|---|
void |
JsonExporter.addFontFamily(HtmlFontFamily htmlFontFamily) |
void |
AbstractHtmlExporter.addFontFamily(HtmlFontFamily htmlFontFamily) |
String |
HtmlFontUtil.getHtmlFont(HtmlResourceHandler fontPathProvider,
HtmlResourceHandler fontResourceSaver,
HtmlFontFamily htmlFontFamily,
boolean useShortId,
boolean useLocal) |
static HtmlFont |
HtmlFont.getInstance(HtmlFontFamily family,
Locale locale,
FontFace fontFace,
boolean isBold,
boolean isItalic) |
void |
HtmlFontUtil.handleHtmlFont(HtmlResourceHandler cssResourceSaver,
HtmlResourceHandler fontPathProvider,
HtmlResourceHandler fontResourceSaver,
HtmlFontFamily htmlFontFamily,
boolean useShortId,
boolean useLocal) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
FontWebResourceHandler.processFont(JasperReportsContext jasperReportsContext,
String basePath,
HtmlFontFamily htmlFontFamily) |
Copyright © 2016. All rights reserved.