This is not true. FOP only supports Fixed table-widths, but columns widths can be set relative. You can do this by setting:
column-width="proportional-column-width(1)"


If you have to columns with a 25%, 75% width you can set:
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(3)"/>


Regards,

Harm Kok

Chris Bowditch wrote:

From: "Todtenhaupt, Susann" <[EMAIL PROTECTED]>

Is it possible to allocate a column-width a value like 100%?
inline-progression-dimension fop does not support, does it?


Currently FOP only supports tables with fixed (pre-determined) column woidths, e.g. 5in, 2cm, etc. Therefore percentages are not supported


_________________________________________________________________
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/mobile


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to