aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-20 23:47:27 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-20 23:47:27 +0000
commit15b06449f78a5f92dd341afd5505cd7599fbe84c (patch)
tree84285da5724516156a78e3c35ca84c7f87a43c5a /src/documentation
parent71f62f2dd334c638651e6eb5c06dc8108cb9f9b1 (diff)
downloadxmlgraphics-fop-15b06449f78a5f92dd341afd5505cd7599fbe84c.tar.gz
xmlgraphics-fop-15b06449f78a5f92dd341afd5505cd7599fbe84c.zip
Add some detail on handing over from FO build to LM (trunk).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/dev/implement.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/dev/implement.xml b/src/documentation/content/xdocs/dev/implement.xml
index 5f6740aa0..c65b1b99d 100644
--- a/src/documentation/content/xdocs/dev/implement.xml
+++ b/src/documentation/content/xdocs/dev/implement.xml
@@ -37,7 +37,7 @@
<td>the end of a PageSequence element causes the PageSequence object to be passed to <em>apps.StreamRenderer.render</em>, which in turn runs fo.pagination.PageSequence.format.</td>
</tr>
<tr>
- <td>.</td>
+ <td><em>fo.pagination.PageSequence.format()</em> creates a layoutmgr.PageLayoutManager, passing the AreaTree and PageSequence objects to it, then calls its run() method.</td>
<td><em>fo.pagination.PageSequence.addFlow()</em> programatically adds a Flow object to the page sequence.</td>
</tr>
<tr>