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.web.util Contains utility classes for web applications. -
-
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. fontsToProcessMethods in net.sf.jasperreports.engine.export that return HtmlFontFamily Modifier and Type Method Description HtmlFontFamilyHtmlFont. getFamily()static HtmlFontFamilyHtmlFontFamily. getInstance(Locale locale, FontInfo fontInfo)static HtmlFontFamilyHtmlFontFamily. getInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId)Methods in net.sf.jasperreports.engine.export with parameters of type HtmlFontFamily Modifier and Type Method Description voidAbstractHtmlExporter. addFontFamily(HtmlFontFamily htmlFontFamily)voidJsonExporter. addFontFamily(HtmlFontFamily htmlFontFamily)StringHtmlFontUtil. getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)static HtmlFontHtmlFont. getInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic)voidHtmlFontUtil. handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal) -
Uses of HtmlFontFamily in net.sf.jasperreports.web.util
Methods in net.sf.jasperreports.web.util 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.web.util with parameters of type HtmlFontFamily Constructor Description FontFamilyHtmlResourceHandler(String basePath, HtmlFontFamily htmlFontFamily)
-