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 Lo...@log-net.com on 2003/04/02 21:51:58 UTC

spanning rows across pages

I'm running into a problem with using row spanning with a row that breaks
across pages.  I have the following table layout:


|Col1|Col2|Col3|Col4|
|A      |B      |C      |D      |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |

This works fine as long as it fits on one page.  When the data gets too
large and causes it to flow to the next page, I get the following:

|Col1|Col2|Col3|Col4|
|A      |B      |C      |D      |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
-------------------------------------page break
|B      |C      |         |         |
|B      |C      |         |         |

Any ideas?

FOP 0.20.3 jdk 1.4


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


Re: spanning rows across pages

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Louis.Masters@log-net.com wrote:
> I'm running into a problem with using row spanning with a row that breaks
> across pages.  I have the following table layout:
...
> FOP 0.20.3 jdk 1.4

There have been fixes in more recent releases, so upgrading is
recommended. Row spanning cells which break across pages are still
fraught with problems. You can try keep-with-next="always" on the
relevant rows, altough this may introduce other problems.

J.Pietschmann



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