Package org.apache.fop.layoutmgr.inline
Interface InlineLevelEventProducer
-
- All Superinterfaces:
org.apache.fop.events.EventProducer
public interface InlineLevelEventProducer extends org.apache.fop.events.EventProducerEvent producer interface for inline-level layout managers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInlineLevelEventProducer.ProviderProvider class for the event producer.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinlineContainerAutoIPDNotSupported(java.lang.Object source, float fallback)Auto IPD on inline-container is not supported.voidleaderWithoutContent(java.lang.Object source, org.xml.sax.Locator loc)fo:leader with "use-content" but without children.voidlineOverflows(java.lang.Object source, java.lang.String elementName, int line, int overflowLength, org.xml.sax.Locator loc)A line overflows.
-
-
-
Method Detail
-
leaderWithoutContent
void leaderWithoutContent(java.lang.Object source, org.xml.sax.Locator loc)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
void lineOverflows(java.lang.Object source, java.lang.String elementName, int line, int overflowLength, org.xml.sax.Locator loc)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
void inlineContainerAutoIPDNotSupported(java.lang.Object source, float fallback)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
-
-