aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKaren Lease <klease@apache.org>2001-03-22 22:25:23 +0000
committerKaren Lease <klease@apache.org>2001-03-22 22:25:23 +0000
commit79842e11d3774bdb9d250a9e822d7b9343f22f6d (patch)
treebb1855bda843cf7d834e07a083ecbc8ba384477d /docs
parentad335d92fb1a7bec4c16d4ec9e94e6206dc55f27 (diff)
downloadxmlgraphics-fop-79842e11d3774bdb9d250a9e822d7b9343f22f6d.tar.gz
xmlgraphics-fop-79842e11d3774bdb9d250a9e822d7b9343f22f6d.zip
add border-style=solid to make borders be drawn
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/fo/table.fo84
1 files changed, 42 insertions, 42 deletions
diff --git a/docs/examples/fo/table.fo b/docs/examples/fo/table.fo
index 79712fb47..5f645844a 100644
--- a/docs/examples/fo/table.fo
+++ b/docs/examples/fo/table.fo
@@ -102,7 +102,7 @@
<!-- table start -->
- <fo:table border-width="0.5mm" background-color="yellow">
+ <fo:table border-width="0.5mm" border-style="solid" background-color="yellow">
<fo:table-column column-width="50mm"/>
<fo:table-column column-width="50mm"/>
<fo:table-column column-width="50mm"/>
@@ -156,7 +156,7 @@
<!-- table start -->
- <fo:table border-width="3mm" background-color="yellow">
+ <fo:table border-width="3mm" border-style="solid" background-color="yellow">
<fo:table-column column-width="50mm"/>
<fo:table-column column-width="50mm"/>
<fo:table-column column-width="50mm"/>
@@ -216,24 +216,24 @@
<fo:table-column column-width="50mm"/>
<fo:table-body>
<fo:table-row>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
+ <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
@@ -269,24 +269,24 @@
<fo:table-column column-width="50mm"/>
<fo:table-body>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
@@ -304,24 +304,24 @@
<fo:table-column column-width="50mm"/>
<fo:table-body>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
+ <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
@@ -350,7 +350,7 @@
</fo:block>
- <fo:table border-width="1.5mm" background-color="rgb(100,210,250)">
+ <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)">
<fo:table-column column-width="150mm"/>
<fo:table-body>
<fo:table-row>
@@ -360,7 +360,7 @@
</fo:table>
- <fo:table border-width="1.5mm" background-color="rgb(100,210,250)" >
+ <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" >
<fo:table-column column-width="150mm"/>
<fo:table-body>
<fo:table-row>
@@ -370,7 +370,7 @@
</fo:table>
- <fo:table border-width="1.5mm" background-color="rgb(100,210,250)" >
+ <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" >
<fo:table-column column-width="150mm"/>
<fo:table-body>
<fo:table-row>
@@ -379,7 +379,7 @@
</fo:table-body>
</fo:table>
- <fo:table border-width="1.5mm" background-color="rgb(100,210,250)">
+ <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)">
<fo:table-column column-width="150mm"/>
<fo:table-body>
<fo:table-row>