Uses of Class
org.apache.fop.area.inline.WordArea
-
Packages that use WordArea Package Description org.apache.fop.render Generic renderer interface.org.apache.fop.render.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of WordArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type WordArea Modifier and Type Method Description protected void
AbstractRenderer. renderWord(WordArea word)
Render the given WordArea. -
Uses of WordArea in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type WordArea Modifier and Type Method Description protected void
IFRenderer. renderWord(WordArea word)
Render the given WordArea. -
Uses of WordArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type WordArea Modifier and Type Method Description protected void
XMLRenderer. renderWord(WordArea word)
Render the given WordArea.
-