On Jul 3, 2006, at 14:12, Guy Buyle wrote:
Hi,
Saw this one was still unanswered...
> I would like to know if it is possible with XSL FO to fill a page
> with an "end
> of text" marker after the generated content on the page and before
> a page break
> happen, before a new page is created.
> We want add on every generated page an "end of text" marker which
> complete the
> page, so no other data can be added to the page.
> Is this possible and if yes how ?
I'm afraid I don't quite get the full picture, but maybe the break-
before / break-after properties are something that can be of use to
you here?
<fo:block break-after="page">Last text on the page?</fo:block>
HTH!
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
|