Interface RTFEventProducer
- All Superinterfaces:
EventProducer
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
-
noSPMFound
-
explicitTableColumnsRequired
-
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
-