Hello,
 
I have a problem with number-column-spanned, it doesnt' work. This is my code...
 

<fo:table border-style="solid" border-width="0pt" inline-progression-dimension="16cm">

<fo:table-column column-width="30mm"/>

<fo:table-column column-width="20mm"/>

<fo:table-column column-width="30mm"/>

<fo:table-column column-width="30mm"/>

<fo:table-column column-width="25mm"/>

<fo:table-column column-width="25mm"/>

<fo:table-column column-width="30mm"/>

<fo:table-body>

<fo:table-row text-align="center" font-size="10pt" background-color="#22BBCC">

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Date de naissance</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Sexe</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Cadre Emploi</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Code NET</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Spécialité</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Discipline</fo:block>

</fo:table-cell>

<fo:table-cell border="0.5pt solid black" background-color="#22BBCC">

<fo:block>Date de début</fo:block>

</fo:table-cell>

</fo:table-row>

<fo:table-row>

<fo:table-cell number-columns-spanned="7">

<fo:block space-after="5mm" space-before="5mm">

<fo:leader leader-pattern="rule" rule-thickness="1.0pt" leader-length="100%"/>

</fo:block>

</fo:table-cell>

</fo:table-row>

...

 

Thanks in advance

 

Reply via email to