Uses of Class
org.docx4j.fonts.Mapper
Packages that use Mapper
Package
Description
-
Uses of Mapper in org.docx4j.convert.out
Methods in org.docx4j.convert.out that return MapperMethods in org.docx4j.convert.out with parameters of type Mapper -
Uses of Mapper in org.docx4j.convert.out.html
Fields in org.docx4j.convert.out.html declared as MapperMethods in org.docx4j.convert.out.html that return Mapper -
Uses of Mapper in org.docx4j.fonts
Subclasses of Mapper in org.docx4j.fontsModifier and TypeClassDescriptionclassThis mapper uses Panose to guess the physical font which is a closest fit for the font used in the document.classMaps font names used in the document to corresponding fonts physically available on the system.Methods in org.docx4j.fonts with parameters of type MapperModifier and TypeMethodDescriptionstatic StringMapper.getSubstituteFontXsltExtension(Mapper s, String documentStyleId, String bolditalic, boolean fontFamilyStack) -
Uses of Mapper in org.docx4j.fonts.fop.util
Methods in org.docx4j.fonts.fop.util with parameters of type MapperModifier and TypeMethodDescriptionstatic FopFopConfigUtil.createConfigurationObject(Mapper fontMapper, Set<String> fontsInUse) protected static FontsFopConfigUtil.declareRendererFonts(Mapper fontMapper, Set<String> fontsInUse) Create a FOP font configuration for each font used in the document. -
Uses of Mapper in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return MapperMethods in org.docx4j.openpackaging.packages with parameters of type MapperModifier and TypeMethodDescriptionvoidWordprocessingMLPackage.setFontMapper(Mapper fm) voidWordprocessingMLPackage.setFontMapper(Mapper fm, boolean populate) -
Uses of Mapper in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML with parameters of type Mapper