]> source.dussan.org Git - xmlgraphics-fop.git/commit
this handles the situation where the first row of a table
authorKeiron Liddle <keiron@apache.org>
Tue, 28 Nov 2000 07:09:29 +0000 (07:09 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 28 Nov 2000 07:09:29 +0000 (07:09 +0000)
commit42d88d788f7706872c34e56a7af65db3e82100c7
tree5a3b2f2dfeaefac46cbbf42a042f33314c3c91b3
parente636b00ca25beabb705740925e8f9e5b73045ce9
this handles the situation where the first row of a table
cannot fit on the current page, so the table must begin from
the next page.
This makes sure that no part of the table remains on the page
and also no border will show up

Code changes sponsored by Dresdner Bank, Germany

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193843 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/fo/flow/Table.java
src/org/apache/fop/fo/flow/TableBody.java
src/org/apache/fop/fo/flow/TableRow.java
src/org/apache/fop/layout/Area.java