Hi,
it seems that my <fo:region-body > ignores the space that <fo:region-before> requires.
 
<fo:simple-page-master master-name="Tabelle_A4"
            page-width="29.7cm"
            page-height="21cm"
            margin-top="2cm"
            margin-botton="2cm"
            margin-left="2cm"
            margin-right="2cm">               
            <fo:region-before extent="3.5cm"/>               
            <fo:region-after extent="1.5cm"/>
            <fo:region-body margin-top="2cm"/>
        </fo:simple-page-master>
 
Here the bottom 1.5 cm of the region-before are occupied by the region-body.
If I dit not set a margin-top of 2cm in region-body, the region-before would disapear.
 
I have a <fo:table> inside region-body which spanns over two pages. The margin-bottom="2cm"
and the region-after (see above) is totally ignored.
Any suggestions ?
 
Wolfgang

Reply via email to