diff options
author | Manuel Mall <manuel@apache.org> | 2005-11-13 10:50:21 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2005-11-13 10:50:21 +0000 |
commit | cfa816ba541e4cfdb86835142aeaf9b220e8c8d4 (patch) | |
tree | aef2876d8ac500f2d6c2d4fc246e584eed81b320 /examples/fo/basic/table.fo | |
parent | 4ee4fd513a439608e2c20903c0ae4ce90a86720c (diff) | |
download | xmlgraphics-fop-cfa816ba541e4cfdb86835142aeaf9b220e8c8d4.tar.gz xmlgraphics-fop-cfa816ba541e4cfdb86835142aeaf9b220e8c8d4.zip |
Updated examples in examples/basic/fo to match 0.90 and to reduce warnings when they are built using the examples ant target
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo/basic/table.fo')
-rw-r--r-- | examples/fo/basic/table.fo | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/examples/fo/basic/table.fo b/examples/fo/basic/table.fo index 0f5d7cf1c..f3b37702b 100644 --- a/examples/fo/basic/table.fo +++ b/examples/fo/basic/table.fo @@ -49,7 +49,7 @@ </fo:block> <!-- table start --> - <fo:table> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> @@ -102,7 +102,7 @@ <!-- table start --> - <fo:table border-width="0.5mm" border-style="solid" background-color="yellow"> + <fo:table border-width="0.5mm" border-style="solid" background-color="yellow" table-layout="fixed" width="100%" border-collapse="separate"> <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" border-style="solid" background-color="yellow"> + <fo:table border-width="3mm" border-style="solid" background-color="yellow" table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> @@ -210,7 +210,7 @@ <!-- table start --> - <fo:table border-collapse="separate"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> @@ -263,7 +263,7 @@ <!-- table start --> - <fo:table border-collapse="separate"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> @@ -298,7 +298,7 @@ </fo:block> <!-- table start --> - <fo:table border-collapse="separate"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> <fo:table-column column-width="50mm"/> @@ -350,7 +350,7 @@ </fo:block> - <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)"> + <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="150mm"/> <fo:table-body> <fo:table-row> @@ -360,7 +360,7 @@ </fo:table> - <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" > + <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="150mm"/> <fo:table-body> <fo:table-row> @@ -370,7 +370,7 @@ </fo:table> - <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" > + <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" table-layout="fixed" width="100%" border-collapse="separate"> <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" border-style="solid" background-color="rgb(100,210,250)"> + <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="150mm"/> <fo:table-body> <fo:table-row> @@ -405,7 +405,7 @@ </fo:block> <!-- Here starts the table --> - <fo:table> + <fo:table table-layout="fixed" width="100%" border-collapse="separate"> <fo:table-column column-width="1cm"/> <fo:table-column column-width="15cm"/> <fo:table-body font-size="10pt" font-family="sans-serif"> |