|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RTFEventProducer
Event producer interface for events generated by the RTF renderer.
Nested Class Summary | |
---|---|
static class |
RTFEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 null
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |