Package org.apache.fop.render.rtf
Interface RTFEventProducer
public interface RTFEventProducer
Event producer interface for events generated by the RTF renderer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidexplicitTableColumnsRequired(Object source, Locator loc) The RTF handler requires explicit table-columns for now.voidignoredDeferredEvent(Object source, FONode node, boolean start, Locator loc) The RTF handler ignored some deferred event (i.e.voidnoSPMFound(Object source, Locator loc) No simple-page-master could be determined-voidonlySPMSupported(Object source, String masterReference, Locator loc) The RTF handler only supports simple-page-masters.
-
Method Details
-
onlySPMSupported
The RTF handler only supports simple-page-masters.- Parameters:
source- the event sourcemasterReference- the reference page-master-setloc- the location of the error or null- Event severity level:
- WARN
-
noSPMFound
No simple-page-master could be determined-- Parameters:
source- the event sourceloc- the location of the error or null- Event severity level:
- WARN
-
explicitTableColumnsRequired
The RTF handler requires explicit table-columns for now.- Parameters:
source- the event sourceloc- the location of the error or null- Event severity level:
- WARN
-
ignoredDeferredEvent
The RTF handler ignored some deferred event (i.e. an unsupported element).- Parameters:
source- the event sourcenode- the FO tree node being ignoredstart- true for start, false for endloc- the location of the error or null- Event severity level:
- WARN
-