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 LineAreaPageSequence. getTitle()Methods in org.apache.fop.area with parameters of type LineArea Modifier and Type Method Description voidBlock. addLineArea(LineArea line)Add the line area to this block area.voidPageSequence. 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 voidBidiResolver. 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.StringAbstractRenderer. convertTitleToString(LineArea title)Utility method to convert a page sequence title to a string.protected voidAbstractRenderer. renderLineArea(LineArea line)Renders a line area.voidAbstractRenderer. startPageSequence(LineArea seqTitle)Deprecated.voidRenderer. 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 voidXMLRenderer. renderLineArea(LineArea line)Renders a line area.
-