]> source.dussan.org Git - xmlgraphics-fop.git/commit
No longer fail when no table-columns are defined. The table creates a "default column...
authorJeremias Maerki <jeremias@apache.org>
Wed, 9 Feb 2005 15:38:15 +0000 (15:38 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 9 Feb 2005 15:38:15 +0000 (15:38 +0000)
commit08fb5bab03609f9513474df98745b6df5c419f4c
tree9b12ef82a2af7c18a100626a97820ccd35bd9d2a
parent62b003446fb39b929141b5ecbfee5e278497be6f
No longer fail when no table-columns are defined. The table creates a "default column" which is used to handle any defaults and inheritance.
The columns list is populated with at least the default column.
The first row is not yet inspected for determining column widths as described in fixed table layout. (see comment in code)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198407 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/flow/Table.java
src/java/org/apache/fop/layoutmgr/table/Body.java
src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java