From a0362d121b548a844aa633394e2e3d2d12164665 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 29 Jan 2003 16:07:56 +0000 Subject: Move over from docs/examples git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195905 13f79535-47bb-0310-9956-ffa450edef68 --- examples/fo/tables/widowsorphans.fo | 522 ++++++++++++++++++++++++++++++++++++ 1 file changed, 522 insertions(+) create mode 100644 examples/fo/tables/widowsorphans.fo (limited to 'examples/fo/tables/widowsorphans.fo') diff --git a/examples/fo/tables/widowsorphans.fo b/examples/fo/tables/widowsorphans.fo new file mode 100644 index 000000000..33fae4451 --- /dev/null +++ b/examples/fo/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 + + + + + + + + + -- cgit v1.2.3