]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Apply Keiron's patches
authorKaren Lease <klease@apache.org>
Fri, 20 Apr 2001 20:53:09 +0000 (20:53 +0000)
committerKaren Lease <klease@apache.org>
Fri, 20 Apr 2001 20:53:09 +0000 (20:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194217 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/tables/keep.fo
docs/examples/tables/space.fo

index 7e2840a726a2120b7a52545be26ac64bf54072e2..79bd6fbf16ecb76df6734cca28142bfd798ddbe3 100644 (file)
        </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>
 
index 83b06c820770924523ab4062fdb98c43f58ade1d..c9b7259a159cfc826386f5bcd6e18a5a6eb13d31 100644 (file)
       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>
       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
              </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
              </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
              </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
       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">
          </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">
          </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">
          </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">
       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"/>
       </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"/>
       </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"/>
       </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"/>
       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>
       </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>