| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.org.apache.fop.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FontEventProducer
Event producer for fonts-related events.
|
| Modifier and Type | Method and Description |
|---|---|
FontConfig |
FontConfig.FontConfigParser.parse(Configuration cfg,
FontManager fontManager,
boolean strict,
EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.
|
FontConfig |
DefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg,
FontManager fontManager,
boolean strict,
EventProducer eventProducer)
Parse the font configuration and return an object containing all the necessary data.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventProducer> |
EventBroadcaster.getEventProducerFor(java.lang.Class<T> clazz)
Returns an event producer instance for the given interface class.
|
| Modifier and Type | Method and Description |
|---|---|
protected EventProducer |
DefaultEventBroadcaster.createProxyFor(java.lang.Class clazz)
Creates a dynamic proxy for the given EventProducer interface that will handle the
conversion of the method call into the broadcasting of an event instance.
|
EventProducer |
DefaultEventBroadcaster.getEventProducerFor(java.lang.Class clazz)
Returns an event producer instance for the given interface class.
|
Copyright © 2007–2023. All rights reserved.