Hi, I think the behaviour is correct here: Cells height is not sufficient to see the effect you want. try to increase the height of vertically spanned cells (by setting the height property to 2em) and you will see what I mean.
Pascal Le 13/09/2010 22:39, Alexey Neyman a écrit : > <fo:table table-layout="fixed" width="100%" > border-top="solid black 0.5pt" border-left="solid black 0.5pt"> > <fo:table-body> > <fo:table-row> > <fo:table-cell border-bottom="solid black 0.5pt" > border-right="solid black 0.5pt" > number-rows-spanned="2" > number-columns-spanned="2"> > <fo:block>A</fo:block> > </fo:table-cell> > <fo:table-cell border-bottom="solid black 0.5pt" > border-right="solid black 0.5pt"> > <fo:block>B</fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell border-bottom="solid black 0.5pt" > border-right="solid black 0.5pt" number-rows-spanned="2"> > <fo:block>C</fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell border-bottom="solid black 0.5pt" > border-right="solid black 0.5pt"> > <fo:block>D</fo:block> > </fo:table-cell> > <fo:table-cell border-bottom="solid black 0.5pt" > border-right="solid black 0.5pt"> > <fo:block>E</fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
