What do I wrong or what can I do better? I define in the below example that the first column should be 133mm long. If the text for the first column is short, fop shrink this first column to 60 mm. If the text is longer, than it work's fine. 
 
<fo:table>
    <fo:table-column column-width="133mm"/>
    <fo:table-column column-width="8mm"/>
    <fo:table-body>
        <fo:table-row>   
            <fo:table-cell><fo:block>My Col 1</fo:block></fo:table-cell>
            <fo:table-cell><fo:block text-align="end">My Col 2</fo:block></fo:table-cell>
        </fo:table-row>   
    </fo:table-body>
</fo:table>
Any suggestion?
 
Thanks
 
Marc

Reply via email to