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 asitha w <in...@gmail.com> on 2010/07/16 08:11:49 UTC

Soft page breaks in fop 0.20.5

Hi Everyone,

Is There any way to achieve Soft page-breaks in fop 0.20.5, some thing
similar to " <?dbfo-need  height="0.5in"  space-before="3em" ?> " in the
later fop version. any workarounds any one attempted.

Thank you,
Asitha Weerasinghe.

Re: Soft page breaks in fop 0.20.5

Posted by asitha w <in...@gmail.com>.
Thanks Pascal!

Regards
Asitha.
On Mon, Jul 19, 2010 at 12:13 PM, Pascal Sancho <pa...@takoma.fr>wrote:

> Hi Asitha,
> following snippet should give you wished result:
>
> <!-- flow before soft break -->
> <fo:block line-height="4cm">&#xa0;</fo:block>
> <fo:block space-before="-4cm"/>
> <!-- flow after soft break -->
>
> Pascal
>
>
> Le 16/07/2010 08:11, asitha w a écrit :
>  > Hi Everyone,
> >
> > Is There any way to achieve Soft page-breaks in fop 0.20.5, some thing
> > similar to " <?dbfo-need  height="0.5in"  space-before="3em" ?> " in
> > the later fop version. any workarounds any one attempted.
> >
> > Thank you,
> > Asitha Weerasinghe.
>
>
>  ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>
>

Re: Soft page breaks in fop 0.20.5

Posted by Pascal Sancho <pa...@takoma.fr>.
Hi Asitha,
following snippet should give you wished result:

<!-- flow before soft break -->
<fo:block line-height="4cm">&#xa0;</fo:block>
<fo:block space-before="-4cm"/>
<!-- flow after soft break -->

Pascal


Le 16/07/2010 08:11, asitha w a écrit :
> Hi Everyone,
>  
> Is There any way to achieve Soft page-breaks in fop 0.20.5, some thing
> similar to " <?dbfo-need  height="0.5in"  space-before="3em" ?> " in
> the later fop version. any workarounds any one attempted.
>  
> Thank you,
> Asitha Weerasinghe.


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