On Aug 30, 2008, at 15:07, gennady wrote:
Hi
Again, converting from FOP-0.20 to FOP-0.95 I ran into problem that
long
table cell data overflow into other columns and even out of page?
How to
make them stay in the same column even if the row becomes wider
which was
working automatically in FOP-0.20?
Send an example, if you have one. Thanks a lot for help.
Most likely, this issue is related to a keep-together that is
specified on the table-cell, table-row or table.
The explanation is:
- keep-together="always" also sets keep-together.within-line="always"
- this is an inherited property, so this applies to all descendants
of the table-cell as well
Solution: specify keep-together.within-column="always" if you want to
avoid also setting .within-line.
HTH!
Cheers
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]