EventProducerpublic interface RTFEventProducer extends EventProducer
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
RTFEventProducer.Provider |
Provider class for the event producer.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
explicitTableColumnsRequired(java.lang.Object source,
org.xml.sax.Locator loc) |
The RTF handler requires explicit table-columns for now.
|
void |
ignoredDeferredEvent(java.lang.Object source,
FONode node,
boolean start,
org.xml.sax.Locator loc) |
The RTF handler ignored some deferred event (i.e.
|
void |
noSPMFound(java.lang.Object source,
org.xml.sax.Locator loc) |
No simple-page-master could be determined-
|
void |
onlySPMSupported(java.lang.Object source,
java.lang.String masterReference,
org.xml.sax.Locator loc) |
The RTF handler only supports simple-page-masters.
|
void onlySPMSupported(java.lang.Object source,
java.lang.String masterReference,
org.xml.sax.Locator loc)
source - the event sourcemasterReference - the reference page-master-setloc - the location of the error or nullvoid noSPMFound(java.lang.Object source,
org.xml.sax.Locator loc)
source - the event sourceloc - the location of the error or nullvoid explicitTableColumnsRequired(java.lang.Object source,
org.xml.sax.Locator loc)
source - the event sourceloc - the location of the error or nullvoid ignoredDeferredEvent(java.lang.Object source,
FONode node,
boolean start,
org.xml.sax.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 1999-2016 The Apache Software Foundation. All Rights Reserved.