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
[EMAIL PROTECTED] - http://www.aub.dk/~misak
 

-----Original Message-----
From: Toufic Nehme [mailto:[EMAIL PROTECTED] 
Sent: 4. november 2002 18:19
To: [EMAIL PROTECTED]
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.


Reply via email to