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 HtmlFontHtmlFont. getInstance(HtmlFontFamily family, java.util.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 java.lang.StringBaseFontHelper. getFontPath(FontFace fontFace)protected java.lang.StringDocxFontHelper. getFontPath(FontFace fontFace)protected java.lang.StringPptxFontHelper. 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 classSimpleFontFaceMethods in net.sf.jasperreports.engine.fonts that return FontFace Modifier and Type Method Description FontFaceFontFamily. getBoldFace()FontFaceSimpleFontFamily. getBoldFace()FontFaceFontFamily. getBoldItalicFace()FontFaceSimpleFontFamily. getBoldItalicFace()FontFaceFontInfo. getFontFace()FontFaceFontFamily. getItalicFace()FontFaceSimpleFontFamily. getItalicFace()FontFaceFontFamily. getNormalFace()FontFaceSimpleFontFamily. getNormalFace()Methods in net.sf.jasperreports.engine.fonts with parameters of type FontFace Modifier and Type Method Description voidFontInfo. setFontFace(FontFace face)Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontFace Constructor Description FontInfo(FontFamily family, FontFace face, int style)
-