Uses of Class
org.docx4j.fonts.fop.apps.FOPException
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.substitute |
Font substitution facilities.
|
| org.docx4j.fonts.fop.util |
-
Uses of FOPException in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that throw FOPException Modifier and Type Method Description voidFontManagerConfigurator. configure(FontManager fontManager, boolean strict)Initializes font settings from the user configurationvoidFontCache. save()Writes the font cache to disk.voidFontCache. saveTo(java.io.File cacheFile)Writes the font cache to disk.Constructors in org.docx4j.fonts.fop.fonts that throw FOPException Constructor Description FontReader(org.xml.sax.InputSource source)Construct a FontReader object from a path to a metric.xml file and read metric data -
Uses of FOPException in org.docx4j.fonts.fop.fonts.substitute
Methods in org.docx4j.fonts.fop.fonts.substitute that throw FOPException Modifier and Type Method Description voidFontSubstitutionsConfigurator. configure(FontSubstitutions substitutions)Configures a font substitution catalog -
Uses of FOPException in org.docx4j.fonts.fop.util
Methods in org.docx4j.fonts.fop.util that throw FOPException Modifier and Type Method Description static voidLogUtil. handleError(org.slf4j.Logger log, java.lang.String errorStr, boolean strict)Convenience method that handles any error appropriatelystatic voidLogUtil. handleException(org.slf4j.Logger log, java.lang.Exception e, boolean strict)Convenience method that handles any error appropriately