From 15b06449f78a5f92dd341afd5505cd7599fbe84c Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sun, 20 Apr 2003 23:47:27 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/dev/implement.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5