Uses of Interface
net.sf.jasperreports.engine.fonts.FontFace
-
Packages that use FontFace 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.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.fonts Provides support for font extensions. -
-
Uses of FontFace in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type FontFace Modifier and Type Method Description static HtmlFont
HtmlFont. getInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic)
-
Uses of FontFace in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type FontFace Modifier and Type Method Description protected abstract String
BaseFontHelper. getFontPath(FontFace fontFace)
protected String
DocxFontHelper. getFontPath(FontFace fontFace)
protected String
PptxFontHelper. getFontPath(FontFace fontFace)
-
Uses of FontFace in net.sf.jasperreports.engine.fonts
Classes in net.sf.jasperreports.engine.fonts that implement FontFace Modifier and Type Class Description class
SimpleFontFace
Methods in net.sf.jasperreports.engine.fonts that return FontFace Modifier and Type Method Description FontFace
FontFamily. getBoldFace()
FontFace
SimpleFontFamily. getBoldFace()
FontFace
FontFamily. getBoldItalicFace()
FontFace
SimpleFontFamily. getBoldItalicFace()
FontFace
FontInfo. getFontFace()
FontFace
FontFamily. getItalicFace()
FontFace
SimpleFontFamily. getItalicFace()
FontFace
FontFamily. getNormalFace()
FontFace
SimpleFontFamily. getNormalFace()
Methods in net.sf.jasperreports.engine.fonts with parameters of type FontFace Modifier and Type Method Description void
FontInfo. setFontFace(FontFace face)
Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontFace Constructor Description FontInfo(FontFamily family, FontFace face, int style)
-