public interface InlineLevelEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
InlineLevelEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
inlineContainerAutoIPDNotSupported(Object source,
float fallback)
Auto IPD on inline-container is not supported.
|
void |
leaderWithoutContent(Object source,
Locator loc)
fo:leader with "use-content" but without children.
|
void |
lineOverflows(Object source,
String elementName,
int line,
int overflowLength,
Locator loc)
A line overflows.
|
void leaderWithoutContent(Object source, Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid lineOverflows(Object source, String elementName, int line, int overflowLength, Locator loc)
source
- the event sourceelementName
- the formatting objectline
- the number numberoverflowLength
- the length by which the content overflows the available space (in mpt)loc
- the location of the error or nullvoid inlineContainerAutoIPDNotSupported(Object source, float fallback)
source
- the event sourcefallback
- the value in points that will be used as a fallbackCopyright © 2025 Apache Software Foundation. All rights reserved.