]> source.dussan.org Git - xmlgraphics-fop.git/commit
Support for table-cells as direct children of table-body|header|footer.
authorJeremias Maerki <jeremias@apache.org>
Tue, 8 Feb 2005 09:20:41 +0000 (09:20 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 8 Feb 2005 09:20:41 +0000 (09:20 +0000)
commita5e511a60828360dd976b1fcbaa2c745a28936ba
tree790021114f6992a00da5331d6aa4a55372d0fe43
parent37374bcb6940540641607a8596ae52228596a42a
Support for table-cells as direct children of table-body|header|footer.
The table-cells are grouped into table-rows using starts-row and ends-row properties during FO tree building so the layout managers don't have to handle both cases. This will hopefully keep the code simpler.
Additional accessors on some FO objects.

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