You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Glen Mazza <gr...@yahoo.com> on 2005/04/12 19:18:20 UTC

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr FlowLayoutManager.java

Hi Luca,

1.)  Can the corresponding setting of these values on
fo:root (642-643 of [1]) in PSLM now be removed?  (I
think so...because what is set on fo:flow will be used
instead of fo:root.)

2.)  Also, does your change below need to be added to
StaticContentLayoutManager as well?

Many thanks,
Glen

[1]
http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java?view=annotate#642

--- lfurini@apache.org wrote:
>   +        // set layout dimensions
>   +       
> fobj.setLayoutDimension(PercentBase.BLOCK_IPD,
> context.getRefIPD());
>   +       
> fobj.setLayoutDimension(PercentBase.BLOCK_BPD,
> context.getStackLimit().opt);
>   +