Question abou pagination
Posted: Fri Mar 07, 2014 3:19 pm
Hi,
I have definition of page :
When i publish first page it is A4
This is an A4 page but above region-before I have 10mm while margin-top = 0?
It's the same for other margin?
thank you
I have definition of page :
Code: Select all
<fo:simple-page-master master-name="first_page"
page-height="297mm" page-width="210mm"
margin-top="0mm" margin-left="0mm" margin-right="0mm" margin-bottom="0mm">
<fo:region-body/>
<fo:region-before background-color="#EFEFEF"
region-name="header" extent="7mm" display-align="after"/>
<fo:region-after background-color="blue"
region-name="footer" extent="1mm" display-align="before"/>
<fo:region-start background-color="red" region-name="start" extent="1mm"/>
<fo:region-end background-color="yellow" region-name="end" extent="10mm"/>
</fo:simple-page-master>
This is an A4 page but above region-before I have 10mm while margin-top = 0?
It's the same for other margin?
thank you