]> source.dussan.org Git - xmlgraphics-fop.git/commit
Improved handling of explicit height/block-progression-dimension on table-cell and...
authorJeremias Maerki <jeremias@apache.org>
Fri, 13 May 2005 14:28:45 +0000 (14:28 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 13 May 2005 14:28:45 +0000 (14:28 +0000)
commit2a5effe5caf1aa54e13c7c4016a4fa69cf920ec2
tree5ae1a1c58d77eb498b4faa0569d6f1bcd560c042
parentc9207efbe02f51c669b32524078e4229bbf4a335
Improved handling of explicit height/block-progression-dimension on table-cell and table-row. May not yet be perfect, though.
Some helper methods moved to a utility class: ElementListUtils.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198623 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/ElementListUtils.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/table/EffRow.java
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableStepper.java