Package org.apache.fop.layoutmgr.inline
Interface InlineLevelEventProducer
public interface InlineLevelEventProducer
Event producer interface for inline-level layout managers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidinlineContainerAutoIPDNotSupported(Object source, float fallback) Auto IPD on inline-container is not supported.voidleaderWithoutContent(Object source, Locator loc) fo:leader with "use-content" but without children.voidlineOverflows(Object source, String elementName, int line, int overflowLength, Locator loc) A line overflows.
-
Method Details
-
leaderWithoutContent
fo:leader with "use-content" but without children.- Parameters:
source- the event sourceloc- the location of the error or null- Event severity level:
- ERROR
-
lineOverflows
A line overflows.- Parameters:
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 null- Event severity level:
- WARN
-
inlineContainerAutoIPDNotSupported
Auto IPD on inline-container is not supported.- Parameters:
source- the event sourcefallback- the value in points that will be used as a fallback- Event severity level:
- WARN
-