Avant je codais les largueurs en durs aussi , mais il est possible de faire du proportionnel comme ceci:
Code :
- <fo:table width="100%" table-layout="fixed" border-collapse="separate" border-top-color="black" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-column column-width="proportional-column-width(2)" />
- <fo:table-column column-width="proportional-column-width(1)" />
- <fo:table-column column-width="proportional-column-width(2)" />
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-family="Helvetica" font-size="8pt" text-align="start">partapp.pdf</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-family="Helvetica" font-size="8pt" text-align="center">- <fo:page-number /> -</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-family="Helvetica" font-size="8pt" text-align="end">29 avril 2004</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
|
Dans ce cas la première colonne sera 2 fois plus large que celle du milieu, idem pour la dernière... si vous mettez 1 partout le rendu sera fait comme en HTML il me semble.
Message édité par avander le 13-08-2004 à 15:44:37