summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-03-25 14:48:25 +0000
committerJeremias Maerki <jeremias@apache.org>2006-03-25 14:48:25 +0000
commitf6ca80e8c84b58d7dbb42aa09e92ff6b0682bff6 (patch)
tree0fd8eb3ba02026ae87bd14d82ba3c7f71d1b546f /examples
parent86ef02db9d392d00a2f482e293c3752007b72e31 (diff)
downloadxmlgraphics-fop-f6ca80e8c84b58d7dbb42aa09e92ff6b0682bff6.tar.gz
xmlgraphics-fop-f6ca80e8c84b58d7dbb42aa09e92ff6b0682bff6.zip
Removed totally misleading demo file. widows and orphans only have an effect inside the same fo:block, not across table-cells.
See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200603.mbox/%3c20060322150426.7F8D.DEV@jeremias-maerki.ch%3e git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r--examples/fo/tables/widowsorphans.fo521
1 files changed, 0 insertions, 521 deletions
diff --git a/examples/fo/tables/widowsorphans.fo b/examples/fo/tables/widowsorphans.fo
deleted file mode 100644
index e3692d7b2..000000000
--- a/examples/fo/tables/widowsorphans.fo
+++ /dev/null
@@ -1,521 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="17cm">
- <fo:region-body column-count="3" margin-top="1cm"/>
- <fo:region-before extent="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-reference="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Tests for widows and orphans on a table.
- </fo:block>
-
- <fo:block space-before.optimum="240pt" space-after.optimum="15pt">
- Table 1: normal table with widows of 1
- </fo:block>
-
- <fo:block widows="1">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="225pt" space-after.optimum="15pt">
- Table 2: normal table with widows of 3
- </fo:block>
-
- <fo:block widows="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block break-before="page" space-before.optimum="240pt" space-after.optimum="15pt">
- Table 3: normal table with orphans of 1
- </fo:block>
-
- <fo:block orphans="1">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="225pt" space-after.optimum="15pt">
- Table 4: normal table with orphans of 3
- </fo:block>
-
- <fo:block orphans="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block break-before="page" space-before.optimum="240pt" space-after.optimum="15pt">
- Table 3: normal table with widows 4 orphans of 3
- </fo:block>
-
- <fo:block widows="4" orphans="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="180pt" space-after.optimum="15pt">
- Table 4: normal table with orphans of 4 (and default widows 2)
- </fo:block>
-
- <fo:block orphans="4">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>