Philippe Pithon wrote:
Is there a means to calculate in automatic the width of columns following
the contents?


Table layout "auto" is not implemented. In FOP 0.20.3, you have either use fixed column width: <fo:table table-layout="fixed"> <fo:table-column column-width="30mm"/> <fo:table-column column-width="72em"/> ... or use expressions with proportional-column-width(): <fo:table table-layout="fixed" width="100mm"> <fo:table-column column-width="proportional-column-width(1)"/> <fo:table-column column-width="30mm+proportional-column-width(1)"/>

J.Pietschmann



Reply via email to