Uses of Class
org.docx4j.fonts.Mapper
| Package | Description |
|---|---|
| org.docx4j.convert.out | |
| org.docx4j.convert.out.html | |
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.util | |
| org.docx4j.openpackaging.packages | |
| org.docx4j.openpackaging.parts.WordprocessingML |
-
Uses of Mapper in org.docx4j.convert.out
Methods in org.docx4j.convert.out that return Mapper Modifier and Type Method Description MapperHTMLSettings. getFontMapper()Methods in org.docx4j.convert.out with parameters of type Mapper Modifier and Type Method Description voidHTMLSettings. setFontMapper(Mapper fontMapper) -
Uses of Mapper in org.docx4j.convert.out.html
Fields in org.docx4j.convert.out.html declared as Mapper Modifier and Type Field Description protected MapperHTMLConversionContext. fontMapperMethods in org.docx4j.convert.out.html that return Mapper Modifier and Type Method Description MapperHTMLConversionContext. getFontMapper() -
Uses of Mapper in org.docx4j.fonts
Subclasses of Mapper in org.docx4j.fonts Modifier and Type Class Description classBestMatchingMapperThis mapper uses Panose to guess the physical font which is a closest fit for the font used in the document.classIdentityPlusMapperMaps font names used in the document to corresponding fonts physically available on the system.Methods in org.docx4j.fonts with parameters of type Mapper Modifier and Type Method Description static java.lang.StringMapper. getSubstituteFontXsltExtension(Mapper s, java.lang.String documentStyleId, java.lang.String bolditalic, boolean fontFamilyStack) -
Uses of Mapper in org.docx4j.fonts.fop.util
Methods in org.docx4j.fonts.fop.util with parameters of type Mapper Modifier and Type Method Description static java.lang.StringFopConfigUtil. createDefaultConfiguration(Mapper fontMapper, java.util.Set<java.lang.String> fontsInUse)protected static voidFopConfigUtil. declareFonts(Mapper fontMapper, java.util.Set<java.lang.String> fontsInUse, java.lang.StringBuilder result)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 Mapper Modifier and Type Method Description MapperWordprocessingMLPackage. getFontMapper()Methods in org.docx4j.openpackaging.packages with parameters of type Mapper Modifier and Type Method Description voidWordprocessingMLPackage. 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 Modifier and Type Method Description voidFontTablePart. processEmbeddings(Mapper fontMapper)