| 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 |
| Modifier and Type | Method and Description |
|---|---|
Mapper |
HTMLSettings.getFontMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLSettings.setFontMapper(Mapper fontMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected Mapper |
HTMLConversionContext.fontMapper |
| Modifier and Type | Method and Description |
|---|---|
Mapper |
HTMLConversionContext.getFontMapper() |
| Modifier and Type | Class and Description |
|---|---|
class |
BestMatchingMapper
This mapper uses Panose to guess the physical font
which is a closest fit for the font used in the
document.
|
class |
IdentityPlusMapper
Maps font names used in the document to
corresponding fonts physically available
on the system.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Mapper.getSubstituteFontXsltExtension(Mapper s,
String documentStyleId,
String bolditalic,
boolean fontFamilyStack) |
| Modifier and Type | Method and Description |
|---|---|
static Fop |
FopConfigUtil.createConfigurationObject(Mapper fontMapper,
Set<String> fontsInUse) |
protected static Fonts |
FopConfigUtil.declareRendererFonts(Mapper fontMapper,
Set<String> fontsInUse)
Create a FOP font configuration for each font used in the
document.
|
| Modifier and Type | Method and Description |
|---|---|
Mapper |
WordprocessingMLPackage.getFontMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
WordprocessingMLPackage.setFontMapper(Mapper fm) |
void |
WordprocessingMLPackage.setFontMapper(Mapper fm,
boolean populate) |
| Modifier and Type | Method and Description |
|---|---|
void |
FontTablePart.processEmbeddings(Mapper fontMapper) |
Copyright © 2007-2022. All Rights Reserved.