From f559f2f8664c1f4e983b2f833c4d3c95e1012fbc Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Mon, 12 Mar 2001 23:21:30 +0000 Subject: [PATCH] added border style to relevant border so that borders show up git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194151 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/tables/borders.fo | 192 ++++++++++++++++---------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/docs/examples/tables/borders.fo b/docs/examples/tables/borders.fo index 7ebf6f175..4335d8bb9 100644 --- a/docs/examples/tables/borders.fo +++ b/docs/examples/tables/borders.fo @@ -41,31 +41,31 @@ - + green left - + red top - + blue right - + yellow bottom + 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"> all @@ -77,31 +77,31 @@ - + 2pt - + 2pt - + 2pt - + 2pt + 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"> 2pt @@ -113,31 +113,31 @@ - + 10pt - + 10pt - + 10pt - + 10pt + 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"> 2pt - 10pt @@ -149,27 +149,27 @@ - + 0.5pt - + 1pt - + 2pt - + 10pt - + 20pt @@ -194,7 +194,7 @@ - + row with @@ -216,7 +216,7 @@ - + row with @@ -238,7 +238,7 @@ - + row with @@ -260,7 +260,7 @@ - + row with @@ -282,7 +282,7 @@ - + row with @@ -312,11 +312,11 @@ - - - - - + + + + + @@ -379,11 +379,11 @@ - - - - - + + + + + @@ -452,7 +452,7 @@ - + @@ -488,7 +488,7 @@ - + @@ -524,7 +524,7 @@ - + @@ -560,7 +560,7 @@ - + @@ -596,7 +596,7 @@ - + @@ -629,7 +629,7 @@ Table 1: table borders - + @@ -665,7 +665,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -737,7 +737,7 @@ - + @@ -773,7 +773,7 @@ - + @@ -813,37 +813,37 @@ Table 1: combinations - + - - - - - + + + + + - - - + + + a - + b - + c - + d - + e @@ -854,28 +854,28 @@ - - + + a - + b - + c - + d - + e @@ -886,28 +886,28 @@ - - + + a - + b - + c - + d - + e @@ -918,28 +918,28 @@ - - + + a - + b - + c - + d - + e @@ -950,28 +950,28 @@ - - + + a - + b - + c - + d - + e @@ -983,27 +983,27 @@ - + a - + b - + c - + d - + e -- 2.39.5