Uses of Class
org.docx4j.convert.out.fopconf.Fonts
| Package | Description |
|---|---|
| org.docx4j.convert.out.fopconf | |
| org.docx4j.fonts.fop.util |
-
Uses of Fonts in org.docx4j.convert.out.fopconf
Fields in org.docx4j.convert.out.fopconf declared as Fonts Modifier and Type Field Description protected FontsFop.Renderers.Renderer. fontsMethods in org.docx4j.convert.out.fopconf that return Fonts Modifier and Type Method Description FontsObjectFactory. createFonts()Create an instance ofFontsFontsFop.Renderers.Renderer. getFonts()Gets the value of the fonts property.Methods in org.docx4j.convert.out.fopconf with parameters of type Fonts Modifier and Type Method Description voidFop.Renderers.Renderer. setFonts(Fonts value)Sets the value of the fonts property. -
Uses of Fonts in org.docx4j.fonts.fop.util
Methods in org.docx4j.fonts.fop.util that return Fonts Modifier and Type Method Description protected static FontsFopConfigUtil. declareRendererFonts(Mapper fontMapper, java.util.Set<java.lang.String> fontsInUse)Create a FOP font configuration for each font used in the document.