> -----Original Message-----
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
>
> region-after (leave the height as it is). So with two block-containers per
> page, placed in a static-content, you should get the intended
> result. Also,

Correction: can be solved with only 1 block-container, as Jorg suggested.
Trick is to put in a dummy-block with a line-height equal to that of the
page, so

- in 'simple-page-master' add
        <fo:region-start extent="[enough to hold dummy text]"/>

( Note: if the extent is not enough to hold the dummy text you will get
warnings of the type 'Area content overflows area inline' - these don't
necessarily have an impact on the printed layout.)

- in 'page-sequence-master' add
        <fo:static-content flow-name="xsl-region-start">
                <fo:block-container border-right-width="0.5mm" 
border-right-style="solid">
                        <fo:block line-height="29.7mm" 
color="white">dummy</fo:block>
                </fo:block-container>
        </fo:static-content>

Greetz,


Andreas Delmelle


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to