You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Daniel Kuebler <da...@adwired.ch> on 2003/10/24 11:23:44 UTC

How to repeat region-before over long text

Hello :-)

I have a problem with repeating the region-before over a text that takes
more than one page. The header will be generated on the first page of the
text, but not over the second page.

Here are the parts of my fo file :

<fo:simple-page-master master-name="PressMonitorClipping" margin-left="3cm"
margin-right="2cm">
	<fo:region-before region-name="region-header" extent="60pt"
precedence="false" />
	<fo:region-body region-name="region-body" margin-top="55pt"
margin-bottom="35pt" />
	<fo:region-after region-name="region-footer" extent="30pt"
precedence="false" />
</fo:simple-page-master>

<fo:static-content flow-name="region-header">
	<fo:block space-before="20px">
		<fo:table table-omit-header-at-break="false"
table-layout="fixed">
... table content ...
		</fo:table>
	</fo:block>
</fo:static-content>


Many thx for your help !

Regards,
Dany

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org