On 16.05.2006 17:34:54 Shamem Miah wrote:
<snip/>
> b) it doesn't always create a table according to absolute value i.e.
>
> <fo:table border-width="0.1mm" border-style="solid" table-layout="fixed"
> width="8in">
>
> sometimes it does for smaller values but not for larger values.
Hmm, taking a closer look here it seems that the behaviour is more or
less ok. You've specified the columns like this:
<fo:table-column column-width="4cm"/>
<fo:table-column column-width="4cm"/>
<fo:table-column column-width="5cm"/>
and that's exactly how the table is built up. However, the spec says to
distribute the remainining width not taken up by the table among the
columns which currently doesn't happen, not even in the layout engine,
i.e. in PDF.
<snip/>
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]