Note that there are some explanatory texts on larger screens.

plurals
  1. POTable-cell with content that flows over two pages with row span > 1
    primarykey
    data
    text
    <p>(with a renderer based upon FOP 1.0)</p> <p>I am trying to let a cell flow happily onto two pages while it is also set to span several rows</p> <p><em>this is a heavily simplified code extract:</em></p> <pre><code>&lt;fo:table height="210mm" width="100%"&gt; &lt;fo:table-column column-number="1" column-width="127mm"/&gt; &lt;fo:table-column column-number="2" column-width="10mm"/&gt; &lt;fo:table-column column-number="3" column-width="160mm"/&gt; &lt;fo:table-body&gt; &lt;fo:table-row height="100mm"&gt; &lt;fo:table-cell background-color="lime" number-rows-spanned="6"&gt; &lt;fo:block&gt; lots &amp; lots of text &lt;/fo:block&gt; &lt;/fo:table-cell&gt; &lt;fo:table-cell background-color="blue"/&gt; &lt;fo:table-cell&gt; &lt;fo:external-graphic scaling="non-uniform" height="100mm" width="160mm" src="./image1.jpg"/&gt; &lt;/fo:table-cell&gt; &lt;/fo:table-row&gt; &lt;fo:table-row height="10mm"/&gt; &lt;fo:table-row height="100mm"&gt; &lt;fo:table-cell/&gt; &lt;fo:table-cell&gt; &lt;fo:external-graphic scaling="non-uniform" height="100mm" width="160mm" src="./image2.jpg"/&gt; &lt;/fo:table-cell&gt; &lt;/fo:table-row&gt; &lt;!-- have tried and removed break-before="page" --&gt; &lt;fo:table-row height="100mm"&gt; &lt;fo:table-cell/&gt; &lt;fo:table-cell&gt; &lt;fo:external-graphic scaling="non-uniform" height="100mm" width="160mm" src="./image3.jpg"/&gt; &lt;/fo:table-cell&gt; &lt;/fo:table-row&gt; &lt;fo:table-row height="10mm"/&gt; &lt;fo:table-row height="100mm"&gt; &lt;fo:table-cell/&gt; &lt;fo:table-cell&gt; &lt;fo:external-graphic scaling="non-uniform" height="100mm" width="160mm" src="./image4.jpg"/&gt; &lt;/fo:table-cell&gt; &lt;/fo:table-row&gt; &lt;/fo:table-body&gt; </code></pre> <p></p> <p>with a little text in cell 1 it will not place the '<em>lime</em>' across to the second page</p> <p>with more than a pages worth of text - i do not get output at all!!</p> <p>Is it me or the renderer that is not upto the job? :-)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload