From c1afd278591fdfc1e4810a0b46b044b63597d30e Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 10 Jan 2001 23:07:47 +0000 Subject: [PATCH] widows and orphans for rows in table bodies git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193961 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/tables/widowsorphans.fo | 522 ++++++++++++++++++++++++++ 1 file changed, 522 insertions(+) create mode 100644 docs/examples/tables/widowsorphans.fo diff --git a/docs/examples/tables/widowsorphans.fo b/docs/examples/tables/widowsorphans.fo new file mode 100644 index 000000000..2c4bba17b --- /dev/null +++ b/docs/examples/tables/widowsorphans.fo @@ -0,0 +1,522 @@ + + + + + + + + + + + + + table examples + + + Page + + + + + + Tests for widows and orphans on a table. + + + + Table 1: normal table with widows of 1 + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + Table 2: normal table with widows of 3 + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + Table 3: normal table with orphans of 1 + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + Table 4: normal table with orphans of 3 + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + Table 3: normal table with widows 4 orphans of 3 + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + Table 4: normal table with orphans of 4 (and default widows 2) + + + + + + + + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + A + + + B + + + C + + + + + + + + + -- 2.39.5