You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Toufic Nehme <to...@canadair.ca> on 2002/11/04 18:19:15 UTC

cell merging

Hi all,
I have 2 basic questions.
1. Is there a way to merge table cells in fop ( horizontally and/or
vertically ) ?
2. How an empty row can be inserted inside a table ?

Thanks.



RE: cell merging

Posted by Morten Isaksen <mi...@aub.dk>.
This will create an empty row in a 3 columns table:

  <fo:table-row>
    <fo:table-cell number-columns-spanned="3">
      <fo:block space-before="5pt" />
    </fo:table-cell>
  </fo:table-row>

To do it the other way check "number-rows-spanned"


--
Morten Isaksen
misak@aub.dk - http://www.aub.dk/~misak
 

-----Original Message-----
From: Toufic Nehme [mailto:toufic.nehme@canadair.ca] 
Sent: 4. november 2002 18:19
To: fop-user@xml.apache.org
Subject: cell merging 

Hi all,
I have 2 basic questions.
1. Is there a way to merge table cells in fop ( horizontally and/or
vertically ) ?
2. How an empty row can be inserted inside a table ?

Thanks.