Hi,
How do I vertically align the "2nd column" text to the last line of the
text contained in the first column?

Input:
             <fo:table table-layout="fixed">
               <fo:table-column column-width="115mm"/>
               <fo:table-column column-width="55mm"/>
               <fo:table-body>
               <fo:table-row>
                 <fo:table-cell>
                   <fo:block>TEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST  TEST      TEST           TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST  TEST  TEST  TEST   TEST  TEST      TEST TEST TEST TEST TEST TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST       TEST           </
fo:block>
                 </fo:table-cell>
                 <fo:table-cell vertical-align="bottom">
                   <fo:block>2nd column</fo:block>
                 </fo:table-cell>
               </fo:table-row>
             </fo:table-body>
             </fo:table>
Output (WRONG):
(Embedded image moved to file: pic04973.pcx)

Attachment: pic04973.pcx
Description: Binary data

Reply via email to