Hi,

What you need here is keep-together with integer value.
Unfortunately, this is not yet implemented in FOP.
(see 
http://xmlgraphics.apache.org/fop/compliance.html#fo-property-keep-together)

As a workaround, you can set the property when the estimated size of the row 
doesn't exceed a given value.
For example, you can count the characters number in each cell of the row -- 
this is very approximative, but can give acceptable results.

HTH,
Pascal

> -----Message d'origine-----
> De : grom nospam [mailto:[EMAIL PROTECTED] 
> Envoyé : dimanche 16 décembre 2007 23:36
> 
> I am auto-generating xml:fo and I want to try keep table:row 
> together. This works expect for when the row has a height 
> greater then the page height. Is there any workarounds to this?
> 
> Attached is an example of it not working.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to