Uses of Class
net.sf.jasperreports.engine.export.HtmlFontFamily
-
Packages that use HtmlFontFamily 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.j2ee.web net.sf.jasperreports.jakarta.web net.sf.jasperreports.json.export -
-
Uses of HtmlFontFamily in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type HtmlFontFamily Modifier and Type Field Description protected Map<String,HtmlFontFamily>
AbstractHtmlExporter. fontsToProcess
Methods in net.sf.jasperreports.engine.export that return HtmlFontFamily Modifier and Type Method Description HtmlFontFamily
HtmlFont. getFamily()
static HtmlFontFamily
HtmlFontFamily. getInstance(Locale locale, FontInfo fontInfo)
static HtmlFontFamily
HtmlFontFamily. getInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId)
Methods in net.sf.jasperreports.engine.export with parameters of type HtmlFontFamily Modifier and Type Method Description 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)
-
Uses of HtmlFontFamily in net.sf.jasperreports.j2ee.web
Methods in net.sf.jasperreports.j2ee.web with parameters of type HtmlFontFamily Modifier and Type Method Description protected byte[]
FontWebResourceHandler. processFont(JasperReportsContext jasperReportsContext, String basePath, HtmlFontFamily htmlFontFamily)
Constructors in net.sf.jasperreports.j2ee.web with parameters of type HtmlFontFamily Constructor Description FontFamilyHtmlResourceHandler(String basePath, HtmlFontFamily htmlFontFamily)
-
Uses of HtmlFontFamily in net.sf.jasperreports.jakarta.web
Methods in net.sf.jasperreports.jakarta.web with parameters of type HtmlFontFamily Modifier and Type Method Description protected byte[]
FontWebResourceHandler. processFont(JasperReportsContext jasperReportsContext, String basePath, HtmlFontFamily htmlFontFamily)
Constructors in net.sf.jasperreports.jakarta.web with parameters of type HtmlFontFamily Constructor Description FontFamilyHtmlResourceHandler(String basePath, HtmlFontFamily htmlFontFamily)
-
Uses of HtmlFontFamily in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type HtmlFontFamily Modifier and Type Method Description void
JsonExporter. addFontFamily(HtmlFontFamily htmlFontFamily)
-