From: William Victor Mote Date: Sun, 20 Apr 2003 23:47:27 +0000 (+0000) Subject: Add some detail on handing over from FO build to LM (trunk). X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1602 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15b06449f78a5f92dd341afd5505cd7599fbe84c;p=xmlgraphics-fop.git 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 --- 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 @@ the end of a PageSequence element causes the PageSequence object to be passed to apps.StreamRenderer.render, which in turn runs fo.pagination.PageSequence.format. - . + fo.pagination.PageSequence.format() creates a layoutmgr.PageLayoutManager, passing the AreaTree and PageSequence objects to it, then calls its run() method. fo.pagination.PageSequence.addFlow() programatically adds a Flow object to the page sequence.