Uses of Class
org.apache.fop.area.inline.InlineBlock
-
Packages that use InlineBlock Package Description org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of InlineBlock in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type InlineBlock Modifier and Type Method Description protected void
AbstractRenderer. renderInlineBlock(InlineBlock inlineBlock)
Renders an inline block area. -
Uses of InlineBlock in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type InlineBlock Modifier and Type Method Description protected void
XMLRenderer. renderInlineBlock(InlineBlock inlineBlock)
Renders an inline block area.
-