AZ>> I have a problem with fo:table. FOP version 0.95
AZ>> I am presenting certain objects in line rows, so there is two lines
per object.
AZ>> First line has some data on it, the other one is blank space for uset
AZ>> to write the nothes regarding given object like
AZ>> <fo:table-cell number-columns-spanned="12" ...>
AZ>> <fo:block>Notes</fo:block>
AZ>> </fo:table-cell>
AZ>>
AZ>> My intention is to keep the two rows always together on one page.
AZ>> So, I put, naturally, keep-with-next="always" on first fo:table-row or
AZ>> keep-with-previous="always"on the second.
AZ>>
AZ>> That does the trick, but the pagination starts acting wierd.
AZ>> It breaks page_before_the_last after just a fiew rows so, the last
page
AZ>> is always filled top to bottom. That doesn't look good at all.
AZ>>
AZ>> I'd apreciate some workaround.
AE> Have you tried putting number-rows-spanned="2" on the table-cell as
well?
AE> That should avoid the need for the keep altogether, I think.
It has, indeed, solved the problem, when I added a zero-width column,
wich hangs into second row. It feels a bit smelly hack, bu it works :)
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]