From 40e69b4701df8828da6d0adea3cfd4f9f81e4c92 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 10 Jan 2001 00:11:37 +0000 Subject: [PATCH] keeps on table rows git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193958 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/tables/keep.fo | 590 +++++++++++++++++++++++++++++++++++ 1 file changed, 590 insertions(+) create mode 100644 docs/examples/tables/keep.fo diff --git a/docs/examples/tables/keep.fo b/docs/examples/tables/keep.fo new file mode 100644 index 000000000..7e2840a72 --- /dev/null +++ b/docs/examples/tables/keep.fo @@ -0,0 +1,590 @@ + + + + + + + + + + + + + table examples + + + Page + + + + + + Tests for keeps on table rows and the occurance of page breaks. + + + + Table 1: basic keep with next + + + + + + + + + + + + first row + + + + + keep with + + + + + next + + + + + + + second row + + + + + normal + + + + + row + + + + + + + + Table 1: basic keep with previous + + + + + + + + + + + + first row + + + + + normal + + + + + row + + + + + + + second row + + + + + keep with + + + + + previous + + + + + + + + Table 1: basic keep with next and keep with previous + + + + + + + + + + + + first row + + + + + keep with + + + + + next + + + + + + + second row + + + + + normal + + + + + row + + + + + + + third row + + + + + keep with + + + + + previous + + + + + + + + Table 1: basic multiple keep with next after normal row + + + + + + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + normal + + + + + row + + + + + + + + Table 1: basic multiple keep (next and previous) after normal row + + + + + + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + keep with + + + + + next and previous + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + normal + + + + + row + + + + + + + + Table 1: basic multiple keep with next after normal row with normal row in middle + + + + + + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + keep with + + + + + next + + + + + + + row + + + + + normal + + + + + row + + + + + + + row + + + + + normal + + + + + row + + + + + + + + + -- 2.39.5