Uses of Class
org.apache.fop.area.LineArea
Packages that use LineArea
Package
Description
FOP's area tree.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of LineArea in org.apache.fop.area
Methods in org.apache.fop.area that return LineAreaMethods in org.apache.fop.area with parameters of type LineAreaModifier and TypeMethodDescriptionvoidBlock.addLineArea(LineArea line) Add the line area to this block area.voidSets the page sequence's title.Constructors in org.apache.fop.area with parameters of type LineArea -
Uses of LineArea in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type LineArea -
Uses of LineArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type LineAreaModifier and TypeMethodDescriptionprotected 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. -
Uses of LineArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type LineAreaModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderLineArea(LineArea line) Renders a line area.
Renderer.startPageSequence(PageSequence)instead