1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <fo:block start-indent="0cm" space-before="5mm">
<fo:table table-layout="fixed">
<fo:table-column column-width="173mm"/>
<fo:table-body>
<fo:table-row keep-together.within-column="always">
<fo:table-cell border="0.7pt solid orange">
<fo:block text-align="center" space-after.optimum="0.6cm" font-weight="bold" font-size="12pt" font-family="Arial">TEST</fo:block>
<fo:block text-align="center" font-weight="bold" font-size="10pt" font-family="Arial">
<fo:block>SI
<fo:inline font-weight="bold">XXXX
</fo:inline> EST DESELECTIONNE PENDANT UNE CHUTE DE YY, IL Y A RISQUE DE DEPASSEMENT DE LIMITATIONS.
</fo:block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block> |
Partager