]> source.dussan.org Git - xmlgraphics-fop.git/commit
Stop tables from breaking too early, but make sure that all cells are
authorKaren Lease <klease@apache.org>
Wed, 2 May 2001 21:00:49 +0000 (21:00 +0000)
committerKaren Lease <klease@apache.org>
Wed, 2 May 2001 21:00:49 +0000 (21:00 +0000)
commit16b22d92e4700ed10c012b023c17ec9792e3f0fa
treeb48107ca961eed7682163cc0a2bce8c7ee80dbd3
parent576b4cec9f6a26efdce5a0724f0ab14995e4a10d
Stop tables from breaking too early, but make sure that all cells are
composed with the same maxHeight and that absolute Height is set correctly.
In TableRow.java, remove old commented out stuff and put back space-before
(for now) and fix a potential bug involving space-before.

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