Uses of Class
org.apache.fop.area.LineArea
-
Packages that use LineArea Package Description org.apache.fop.area FOP's area tree.org.apache.fop.complexscripts.bidi org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of LineArea in org.apache.fop.area
Methods in org.apache.fop.area that return LineArea Modifier and Type Method Description LineArea
PageSequence. getTitle()
Methods in org.apache.fop.area with parameters of type LineArea Modifier and Type Method Description void
Block. addLineArea(LineArea line)
Add the line area to this block area.void
PageSequence. setTitle(LineArea title)
Sets the page sequence's title.Constructors in org.apache.fop.area with parameters of type LineArea Constructor Description PageSequence(LineArea title)
Main constructor -
Uses of LineArea in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type LineArea Modifier and Type Method Description static void
BidiResolver. reorder(LineArea la)
Reorder line area. -
Uses of LineArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type LineArea Modifier and Type Method Description protected java.lang.String
AbstractRenderer. convertTitleToString(LineArea title)
Utility method to convert a page sequence title to a string.protected void
AbstractRenderer. renderLineArea(LineArea line)
Renders a line area.void
AbstractRenderer. startPageSequence(LineArea seqTitle)
Deprecated.void
Renderer. startPageSequence(LineArea seqTitle)
Deprecated.UseRenderer.startPageSequence(PageSequence)
instead -
Uses of LineArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type LineArea Modifier and Type Method Description protected void
XMLRenderer. renderLineArea(LineArea line)
Renders a line area.
-