Uses of Interface
org.docx4j.fonts.fop.configuration.Configuration
Packages that use Configuration
Package
Description
Classes for font handling.
Font substitution facilities.
-
Uses of Configuration in org.docx4j.fonts.fop.configuration
Classes in org.docx4j.fonts.fop.configuration that implement ConfigurationMethods in org.docx4j.fonts.fop.configuration that return ConfigurationModifier and TypeMethodDescriptionConfiguration.getChildren(String key) DefaultConfiguration.getChildren(String key) Methods in org.docx4j.fonts.fop.configuration with parameters of type Configuration -
Uses of Configuration in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(Configuration cfg, boolean strict) Creates a font triplet matcher from a configuration object.DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict) Parses the font configuration and return the configuration object.DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter) DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.FontConfig.FontConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.Constructors in org.docx4j.fonts.fop.fonts with parameters of type ConfigurationModifierConstructorDescriptionFontManagerConfigurator(Configuration cfg, URI baseURI, URI fallbackURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver) Main constructor -
Uses of Configuration in org.docx4j.fonts.fop.fonts.substitute
Constructors in org.docx4j.fonts.fop.fonts.substitute with parameters of type Configuration