[xep-support] display-align in table cell

From: Tongue, Steve <Steve.Tongue@openpolytechnic.ac.nz>
Date: Tue May 09 2006 - 18:36:44 PDT

Hi

I have a 2 column table with a lot of text in one cell and one line in the
other cell that I want displayed at the bottom of that cell. I've tried
using display-align="after". The text in the first cell causes the table to
flow into the next page but the block in next cell is displayed at the
bottom of the starting page, not at the end of the cell on the next page.

....
<fo:table table-layout="fixed" space-after="5mm">
<fo:table-column column-width="127mm"/>
<fo:table-column column-width="22mm"/>
<fo:table-body>

      <fo:table-row>
        <fo:table-cell padding-bottom="0" padding="5px">
            <fo:block> The quick brown fox jumped over the lazy dog. The
quick brown fox jumped over the lazy dog. The quick brown fox jumped over
the lazy dog. The quick brown fox jumped over the lazy dog. The quick brown
fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog.
The quick brown fox jumped over the lazy dog. The quick brown fox jumped
over the lazy dog. The quick brown fox jumped over the lazy dog. The quick
brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy
dog. The quick brown fox jumped over the lazy dog.
                 </fo:block>
        </fo:table-cell>

        <fo:table-cell padding-bottom="0" padding="5px"
display-align="after" text-align="end">
            <fo:block>
                <fo:inline text-decoration="underline">14.0</fo:inline>
            </fo:block>
        </fo:table-cell>
      </fo:table-row>

    </fo:table-body>
</fo:table>

Cheers
Steve

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Tue May 9 19:11:58 2006

This archive was generated by hypermail 2.1.8 : Tue May 09 2006 - 19:11:59 PDT