aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/tables/borders.fo
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2002-11-30 01:14:52 +0000
committerWilliam Victor Mote <vmote@apache.org>2002-11-30 01:14:52 +0000
commit016a452dc5811a6d58d54e3cc52bdec7e48744bb (patch)
tree9113ecbe8cccdf22a5d991cd91f72f880870a8fe /docs/examples/tables/borders.fo
parent0438236a2c06687ddf27e63b2e020b3014dcc463 (diff)
downloadxmlgraphics-fop-016a452dc5811a6d58d54e3cc52bdec7e48744bb.tar.gz
xmlgraphics-fop-016a452dc5811a6d58d54e3cc52bdec7e48744bb.zip
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/tables/borders.fo')
-rw-r--r--docs/examples/tables/borders.fo1800
1 files changed, 900 insertions, 900 deletions
diff --git a/docs/examples/tables/borders.fo b/docs/examples/tables/borders.fo
index 054e95f16..d1c119c33 100644
--- a/docs/examples/tables/borders.fo
+++ b/docs/examples/tables/borders.fo
@@ -1,30 +1,30 @@
<?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
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
+ <fo:simple-page-master
+ margin-right="1.5cm"
+ margin-left="1.5cm"
+ margin-bottom="2cm"
+ margin-top="1cm"
+ page-width="21cm"
+ page-height="29.7cm"
+ master-name="first">
<fo:region-before extent="1cm"/>
<fo:region-body margin-top="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: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: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">
@@ -32,155 +32,155 @@
</fo:block>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="2cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="2cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- green left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- red top
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- blue right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- yellow bottom
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="0.5pt" border-left-style="solid"
- border-top-color="red" border-top-width="0.5pt" border-top-style="solid"
- border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"
- border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- all
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-color="green" border-left-width="2pt" border-style="solid">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="2pt" border-top-style="dashed">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="2pt" border-right-style="dotted">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="double">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="2pt" border-left-style="solid"
- border-top-color="red" border-top-width="2pt" border-top-style="dashed"
- border-right-color="blue" border-right-width="2pt" border-right-style="double"
- border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="dotted">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="10pt" border-left-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="10pt" border-top-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="10pt" border-right-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="2pt" border-left-style="solid"
- border-top-color="red" border-top-width="4pt" border-top-style="solid"
- border-right-color="blue" border-right-width="8pt" border-right-style="solid"
- border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
- <fo:block text-align="center">
- 2pt - 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-color="green" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- 0.5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="red" border-width="1pt" border-style="solid">
- <fo:block text-align="center">
- 1pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="blue" border-width="2pt" border-style="solid">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="yellow" border-width="10pt" border-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="yellow" border-width="20pt" border-style="solid">
- <fo:block text-align="center">
- 20pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ green left
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ red top
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ blue right
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ yellow bottom
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell
+ border-left-color="green" border-left-width="0.5pt" border-left-style="solid"
+ border-top-color="red" border-top-width="0.5pt" border-top-style="solid"
+ border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"
+ border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ all
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell border-color="green" border-left-width="2pt" border-style="solid">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="2pt" border-top-style="dashed">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="2pt" border-right-style="dotted">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="double">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell
+ border-left-color="green" border-left-width="2pt" border-left-style="solid"
+ border-top-color="red" border-top-width="2pt" border-top-style="dashed"
+ border-right-color="blue" border-right-width="2pt" border-right-style="double"
+ border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="dotted">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell border-left-color="green" border-left-width="10pt" border-left-style="solid">
+ <fo:block text-align="center">
+ 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="10pt" border-top-style="solid">
+ <fo:block text-align="center">
+ 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="10pt" border-right-style="solid">
+ <fo:block text-align="center">
+ 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell
+ border-left-color="green" border-left-width="2pt" border-left-style="solid"
+ border-top-color="red" border-top-width="4pt" border-top-style="solid"
+ border-right-color="blue" border-right-width="8pt" border-right-style="solid"
+ border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ 2pt - 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell border-color="green" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ 0.5pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="red" border-width="1pt" border-style="solid">
+ <fo:block text-align="center">
+ 1pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="blue" border-width="2pt" border-style="solid">
+ <fo:block text-align="center">
+ 2pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="yellow" border-width="10pt" border-style="solid">
+ <fo:block text-align="center">
+ 10pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="yellow" border-width="20pt" border-style="solid">
+ <fo:block text-align="center">
+ 20pt
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -188,123 +188,123 @@
</fo:block>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- green left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- red top
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- blue right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- yellow bottom
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-color="purple" border-width="0.5pt" border-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:table-cell>
+ <fo:block text-align="center">
+ row with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ green left
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:table-cell>
+ <fo:block text-align="center">
+ row with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ red top
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:table-cell>
+ <fo:block text-align="center">
+ row with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ blue right
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:table-cell>
+ <fo:block text-align="center">
+ row with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ yellow bottom
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-color="purple" border-width="0.5pt" border-style="solid">
+ <fo:table-cell>
+ <fo:block text-align="center">
+ row with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ all
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -312,66 +312,66 @@
</fo:block>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
+ <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
+ <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
+ <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
+ <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
+ <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- borders
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table columns
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ different
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ borders
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ extra
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table row
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -379,66 +379,66 @@
</fo:block>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
+ <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
+ <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
+ <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
+ <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
+ <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- borders
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table columns
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ different
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ borders
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ extra
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table row
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -446,183 +446,183 @@
</fo:block>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ body with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ left border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- top border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ body with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ top border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ body with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ right border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- bottom border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ body with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ bottom border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ body with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ all border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -631,183 +631,183 @@
<fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid"
border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ left border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-top-color="red" border-top-width="0.5pt" border-top-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- top border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ top border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-right-color="blue" border-right-width="0.5pt" border-right-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ right border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- bottom border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ bottom border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:table border-color="orange" border-width="0.5pt" border-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
+ <fo:table-column column-width="3cm"/>
<fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ table with
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ all border
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
<fo:block space-before.optimum="15pt" space-after.optimum="15pt">
@@ -815,207 +815,207 @@
</fo:block>
<fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid" border-collapse="separate">
- <fo:table-column column-width="2.5cm"/>
- <fo:table-column column-width="2.5cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="2.5cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="2.5cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="2.5cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="2.5cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
+ <fo:table-column column-width="2.5cm"/>
+ <fo:table-column column-width="2.5cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
+ <fo:table-column column-width="2.5cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
+ <fo:table-column column-width="2.5cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
+ <fo:table-column column-width="2.5cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
+ <fo:table-column column-width="2.5cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
<fo:table-body border-color="aqua" border-width="0.5pt" border-style="solid">
- <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
+ <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
<fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ <fo:table-row>
+ <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
+ <fo:block text-align="center">
+ a
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
+ <fo:block text-align="center">
+ b
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
+ <fo:block text-align="center">
+ c
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
+ <fo:block text-align="center">
+ d
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
+ <fo:block text-align="center">
+ e
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block text-align="center">
+ text for an extra line in the table row
+ </fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+ </fo:table-body>
</fo:table>
</fo:flow>