diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-20 23:47:27 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-20 23:47:27 +0000 |
commit | 15b06449f78a5f92dd341afd5505cd7599fbe84c (patch) | |
tree | 84285da5724516156a78e3c35ca84c7f87a43c5a /src/documentation | |
parent | 71f62f2dd334c638651e6eb5c06dc8108cb9f9b1 (diff) | |
download | xmlgraphics-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.xml | 2 |
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> |