]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add some detail on handing over from FO build to LM (trunk).
authorWilliam Victor Mote <vmote@apache.org>
Sun, 20 Apr 2003 23:47:27 +0000 (23:47 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sun, 20 Apr 2003 23:47:27 +0000 (23:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196280 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/implement.xml

index 5f6740aa013b92353ece4d675b3009663a347d79..c65b1b99d8fa31fb1b7f0cc8175d9ca281911bf2 100644 (file)
@@ -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>