aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKaren Lease <klease@apache.org>2001-04-20 20:53:09 +0000
committerKaren Lease <klease@apache.org>2001-04-20 20:53:09 +0000
commit712b627cbfa35f0e03191eff0f627476a8d292fb (patch)
tree01b996043e578a3bfb1ccd73423928b7a7928104 /docs
parent427bc676d59774b8542efc7708c1eb70d4e69c0f (diff)
downloadxmlgraphics-fop-712b627cbfa35f0e03191eff0f627476a8d292fb.tar.gz
xmlgraphics-fop-712b627cbfa35f0e03191eff0f627476a8d292fb.zip
Apply Keiron's patches
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/tables/keep.fo2
-rw-r--r--docs/examples/tables/space.fo82
2 files changed, 42 insertions, 42 deletions
diff --git a/docs/examples/tables/keep.fo b/docs/examples/tables/keep.fo
index 7e2840a72..79bd6fbf1 100644
--- a/docs/examples/tables/keep.fo
+++ b/docs/examples/tables/keep.fo
@@ -125,7 +125,7 @@
</fo:table-body>
</fo:table>
- <fo:block space-before.optimum="260pt" space-after.optimum="15pt">
+ <fo:block space-before.optimum="270pt" space-after.optimum="15pt">
Table 1: basic keep with next and keep with previous
</fo:block>
diff --git a/docs/examples/tables/space.fo b/docs/examples/tables/space.fo
index 83b06c820..c9b7259a1 100644
--- a/docs/examples/tables/space.fo
+++ b/docs/examples/tables/space.fo
@@ -31,73 +31,73 @@
Table 1: spaces around cells
</fo:block>
- <fo:table border-width="0.5pt" border-color="red">
+ <fo:table border-style="solid" border-width="0.5pt" border-color="red">
<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 border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
first
</fo:block>
</fo:table-cell>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
table
</fo:block>
</fo:table-cell>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
row
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
</fo:block>
</fo:table-cell>
- <fo:table-cell padding-left="5pt" border-width="0.5pt">
+ <fo:table-cell padding-left="5pt" border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
left 5pt
</fo:block>
</fo:table-cell>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell space-before.optimum="5pt" border-width="0.5pt">
+ <fo:table-cell space-before.optimum="5pt" border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
before 5pt
</fo:block>
</fo:table-cell>
- <fo:table-cell padding-right="5pt" border-width="0.5pt">
+ <fo:table-cell padding-right="5pt" border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
right 5pt
</fo:block>
</fo:table-cell>
- <fo:table-cell space-after.optimum="5pt" border-width="0.5pt">
+ <fo:table-cell space-after.optimum="5pt" border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
after 5pt
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
last
</fo:block>
</fo:table-cell>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
table
</fo:block>
</fo:table-cell>
- <fo:table-cell border-width="0.5pt">
+ <fo:table-cell border-style="solid" border-width="0.5pt">
<fo:block text-align="center">
row
</fo:block>
@@ -110,13 +110,13 @@
Table 2: spaces around rows
</fo:block>
- <fo:table border-width="0.5pt" border-color="red">
+ <fo:table border-style="solid" border-width="0.5pt" border-color="red">
<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-width="0.5pt" padding-left="5pt">
+ <fo:table-row border-style="solid" border-width="0.5pt" padding-left="5pt">
<fo:table-cell>
<fo:block text-align="center">
padding
@@ -133,7 +133,7 @@
</fo:block>
</fo:table-cell>
</fo:table-row>
- <fo:table-row border-width="0.5pt" space-before.optimum="5pt">
+ <fo:table-row border-style="solid" border-width="0.5pt" space-before.optimum="5pt">
<fo:table-cell>
<fo:block text-align="center">
space
@@ -150,7 +150,7 @@
</fo:block>
</fo:table-cell>
</fo:table-row>
- <fo:table-row border-width="0.5pt" space-after.optimum="5pt">
+ <fo:table-row border-style="solid" border-width="0.5pt" space-after.optimum="5pt">
<fo:table-cell>
<fo:block text-align="center">
space
@@ -167,7 +167,7 @@
</fo:block>
</fo:table-cell>
</fo:table-row>
- <fo:table-row border-width="0.5pt" padding-right="5pt">
+ <fo:table-row border-style="solid" border-width="0.5pt" padding-right="5pt">
<fo:table-cell>
<fo:block text-align="center">
padding
@@ -191,12 +191,12 @@
Table 3: spaces around body
</fo:block>
- <fo:table border-width="0.5pt" border-color="red">
+ <fo:table border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
- <fo:table-body border-width="0.5pt" padding-left="5pt">
+ <fo:table-body border-style="solid" border-width="0.5pt" padding-left="5pt">
<fo:table-row>
<fo:table-cell>
<fo:block text-align="center">
@@ -216,7 +216,7 @@
</fo:table-row>
</fo:table-body>
- <fo:table-body border-width="0.5pt" space-before.optimum="5pt">
+ <fo:table-body border-style="solid" border-width="0.5pt" space-before.optimum="5pt">
<fo:table-row>
<fo:table-cell>
<fo:block text-align="center">
@@ -236,7 +236,7 @@
</fo:table-row>
</fo:table-body>
- <fo:table-body border-width="0.5pt" space-after.optimum="5pt">
+ <fo:table-body border-style="solid" border-width="0.5pt" space-after.optimum="5pt">
<fo:table-row>
<fo:table-cell>
<fo:block text-align="center">
@@ -256,7 +256,7 @@
</fo:table-row>
</fo:table-body>
- <fo:table-body border-width="0.5pt" padding-right="5pt">
+ <fo:table-body border-style="solid" border-width="0.5pt" padding-right="5pt">
<fo:table-row>
<fo:table-cell>
<fo:block text-align="center">
@@ -281,8 +281,8 @@
Table 4: spaces around table
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table space-before.optimum="5pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table space-before.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
@@ -309,8 +309,8 @@
</fo:table>
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table padding-left="5pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table padding-left="5pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
@@ -337,8 +337,8 @@
</fo:table>
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table padding-right="5pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table padding-right="5pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
@@ -365,8 +365,8 @@
</fo:table>
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table space-after.optimum="5pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
@@ -397,15 +397,15 @@
Table 5: combinations
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table space-after.optimum="20pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table space-after.optimum="20pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
- <fo:table-body space-after.optimum="15pt" border-width="0.5pt" border-color="green">
- <fo:table-row space-after.optimum="10pt" border-width="0.5pt" border-color="blue">
- <fo:table-cell space-after.optimum="5pt" border-width="0.5pt" border-color="yellow">
+ <fo:table-body space-after.optimum="15pt" border-style="solid" border-width="0.5pt" border-color="green">
+ <fo:table-row space-after.optimum="10pt" border-style="solid" border-width="0.5pt" border-color="blue">
+ <fo:table-cell space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="yellow">
<fo:block text-align="center">
after 5pt
</fo:block>
@@ -462,15 +462,15 @@
</fo:table>
</fo:block>
- <fo:block border-width="0.5pt">
- <fo:table space-after.optimum="5pt" border-width="0.5pt" border-color="red">
+ <fo:block border-style="solid" border-width="0.5pt">
+ <fo:table space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
- <fo:table-body space-after.optimum="10pt" border-width="0.5pt" border-color="green">
- <fo:table-row space-after.optimum="15pt" border-width="0.5pt" border-color="blue">
- <fo:table-cell space-after.optimum="20pt" border-width="0.5pt" border-color="yellow">
+ <fo:table-body space-after.optimum="10pt" border-style="solid" border-width="0.5pt" border-color="green">
+ <fo:table-row space-after.optimum="15pt" border-style="solid" border-width="0.5pt" border-color="blue">
+ <fo:table-cell space-after.optimum="20pt" border-style="solid" border-width="0.5pt" border-color="yellow">
<fo:block text-align="center">
after 20pt
</fo:block>