public interface RTFEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
RTFEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
explicitTableColumnsRequired(Object source,
Locator loc)
The RTF handler requires explicit table-columns for now.
|
void |
ignoredDeferredEvent(Object source,
FONode node,
boolean start,
Locator loc)
The RTF handler ignored some deferred event (i.e.
|
void |
noSPMFound(Object source,
Locator loc)
No simple-page-master could be determined-
|
void |
onlySPMSupported(Object source,
String masterReference,
Locator loc)
The RTF handler only supports simple-page-masters.
|
void onlySPMSupported(Object source, String masterReference, Locator loc)
source
- the event sourcemasterReference
- the reference page-master-setloc
- the location of the error or nullvoid noSPMFound(Object source, Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid explicitTableColumnsRequired(Object source, Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid ignoredDeferredEvent(Object source, FONode node, boolean start, Locator loc)
source
- the event sourcenode
- the FO tree node being ignoredstart
- true for start, false for endloc
- the location of the error or nullCopyright © 2025 Apache Software Foundation. All rights reserved.