]> source.dussan.org Git - xmlgraphics-fop.git/commit
Support for column-number on table-cell.
authorJeremias Maerki <jeremias@apache.org>
Tue, 8 Feb 2005 16:25:12 +0000 (16:25 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 8 Feb 2005 16:25:12 +0000 (16:25 +0000)
commitf64b3f5563ca8af4d2d0ffdc8a669c072cfa7d34
treec153bb1a149c5e316c3c3ea6a1f98458443a41f5
parent692ba9ae389a092ffac93f0ab4859b1e55767bab
Support for column-number on table-cell.
RowLM now also handles gaps (=empty cells) properly.
Positioning of cells inside the row changed. More responsibility into getNextBreakPoss stage because it is a lot easier to implement and there's less redundancy.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198396 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/Cell.java
src/java/org/apache/fop/layoutmgr/table/Row.java