Uses of Class
org.apache.fop.fo.flow.InstreamForeignObject
-
Packages that use InstreamForeignObject Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render.mif MIF Output Supportorg.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of InstreamForeignObject in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type InstreamForeignObject Modifier and Type Method Description void
FO2StructureTreeConverter. endInstreamForeignObject(InstreamForeignObject ifo)
void
StructureTreeEventTrigger. endInstreamForeignObject(InstreamForeignObject ifo)
void
FO2StructureTreeConverter. startInstreamForeignObject(InstreamForeignObject ifo)
void
StructureTreeEventTrigger. startInstreamForeignObject(InstreamForeignObject ifo)
-
Uses of InstreamForeignObject in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type InstreamForeignObject Modifier and Type Method Description void
DelegatingFOEventHandler. endInstreamForeignObject(InstreamForeignObject ifo)
void
FOEventHandler. endInstreamForeignObject(InstreamForeignObject ifo)
Process the end of an InstreamForeignObject.void
DelegatingFOEventHandler. startInstreamForeignObject(InstreamForeignObject ifo)
void
FOEventHandler. startInstreamForeignObject(InstreamForeignObject ifo)
Process the start of an InstreamForeignObject. -
Uses of InstreamForeignObject in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type InstreamForeignObject Constructor Description InstreamForeignObjectLM(InstreamForeignObject node)
Constructor. -
Uses of InstreamForeignObject in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type InstreamForeignObject Modifier and Type Method Description void
MIFHandler. endInstreamForeignObject(InstreamForeignObject ifo)
Process the end of an InstreamForeignObject.void
MIFHandler. startInstreamForeignObject(InstreamForeignObject ifo)
Process the start of an InstreamForeignObject. -
Uses of InstreamForeignObject in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type InstreamForeignObject Modifier and Type Method Description void
RTFHandler. endInstreamForeignObject(InstreamForeignObject ifo)
Process the end of an InstreamForeignObject.
-