up


aemitic wrote:
> 
> Hi all,
> 
> I found that using the attribute number-column-spanned inside a cell
> element, I get a bad rendering of the cell border: it gets thicker in the
> central section of the border.
> 
> for example:
> 
> <fo:table border="solid 2pt black" width="100%" table-layout="fixed">
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-column column-width="proportional-column-width(1)"/>
>    <fo:table-header>
>       <fo:table-row>
>          <fo:table-cell number-columns-spanned="12" padding-left="4pt"
> padding="2pt" border="solid 2pt black">
>             <fo:block font-weight="bold"> Indice </fo:block>
>          </fo:table-cell>
>       </fo:table-row>
>       <fo:table-row>
>          <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 2pt black">
>             <fo:block font-weight="bold"> &lt;Livello&gt; ; &lt;Nome&gt;
> </fo:block>
>          </fo:table-cell>
>          <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 2pt black">
>             <fo:block font-weight="bold"> Col1</fo:block>
>          </fo:table-cell>
>          <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 2pt black">
>             <fo:block font-weight="bold"> Col2 </fo:block>
>          </fo:table-cell>
>      </fo:table-row>
> </fo:table-header>
> <fo:table-body>
> <fo:table-row>
>    <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 1pt black">
>       <fo:block>pagegroup ; NUMBER </fo:block>
>    </fo:table-cell>
>    <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 1pt black">
>       <fo:block>678901234567</fo:block>
>    </fo:table-cell>
>       <fo:table-cell number-columns-spanned="4" padding-left="4pt"
> padding="2pt" border="solid 1pt black">
>    <fo:block/>
> </fo:table-cell>
> 
> </fo:table-body>
> </fo:table>
> 

-- 
View this message in context: 
http://old.nabble.com/cell-border-rendering-error-with-number-column-spanned-tp28843905p28900395.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to