]> source.dussan.org Git - xmlgraphics-fop.git/commit
Modify keep-with-next and keep-with-previous handling to support "level-hopping"...
authorJeremias Maerki <jeremias@apache.org>
Tue, 24 May 2005 09:41:32 +0000 (09:41 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 24 May 2005 09:41:32 +0000 (09:41 +0000)
commit9b3c25d9daff658a9144330172f58cfd4688eca3
treee4648b25f0068defbf8e73903aed3bdfa0e1970a
parent1af57e403ba314e8acc33bb696b140bb3f9ccafa
Modify keep-with-next and keep-with-previous handling to support "level-hopping" (see keep-with-next1a and keep-with-previous1a)
Full keep handling for tables (there's a remaning problem with keep-with-previous)
keep-together support for lists.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198683 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/FlowLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/Item.java
src/java/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/Cell.java
src/java/org/apache/fop/layoutmgr/table/GridUnit.java
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableStepper.java