Interface RTFEventProducer

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

public interface RTFEventProducer extends org.apache.fop.events.EventProducer
Event producer interface for events generated by the RTF renderer.
  • Method Details

    • onlySPMSupported

      void onlySPMSupported(Object source, String masterReference, Locator loc)
      The RTF handler only supports simple-page-masters.
      Parameters:
      source - the event source
      masterReference - the reference page-master-set
      loc - the location of the error or null
      Event severity level:
      WARN
    • noSPMFound

      void noSPMFound(Object source, Locator loc)
      No simple-page-master could be determined-
      Parameters:
      source - the event source
      loc - the location of the error or null
      Event severity level:
      WARN
    • explicitTableColumnsRequired

      void explicitTableColumnsRequired(Object source, Locator loc)
      The RTF handler requires explicit table-columns for now.
      Parameters:
      source - the event source
      loc - the location of the error or null
      Event severity level:
      WARN
    • ignoredDeferredEvent

      void ignoredDeferredEvent(Object source, FONode node, boolean start, Locator loc)
      The RTF handler ignored some deferred event (i.e. an unsupported element).
      Parameters:
      source - the event source
      node - the FO tree node being ignored
      start - true for start, false for end
      loc - the location of the error or null
      Event severity level:
      WARN