Interface InlineLevelEventProducer

All Superinterfaces:
org.apache.fop.events.EventProducer

public interface InlineLevelEventProducer extends org.apache.fop.events.EventProducer
Event producer interface for inline-level layout managers.
  • Method Details

    • leaderWithoutContent

      void leaderWithoutContent(Object source, Locator loc)
      fo:leader with "use-content" but without children.
      Parameters:
      source - the event source
      loc - the location of the error or null
      Event severity level:
      ERROR
    • lineOverflows

      void lineOverflows(Object source, String elementName, int line, int overflowLength, Locator loc)
      A line overflows.
      Parameters:
      source - the event source
      elementName - the formatting object
      line - the number number
      overflowLength - 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(Object source, float fallback)
      Auto IPD on inline-container is not supported.
      Parameters:
      source - the event source
      fallback - the value in points that will be used as a fallback
      Event severity level:
      WARN