spanning rows

Subject: spanning rows
From: Mok <cmok@xxxxxxxxxx>
Date: Tue, 18 Apr 2000 18:03:08 +0200
simple question,
how do you have a cell spanning a two rows.

i have tried this simple test

(root
  (make simple-page-sequence

    (make table
      (make table-row
	(make table-cell 
	  n-rows-spanned: 2
	  (make paragraph (literal "one")))
	(make table-cell 
	  (make paragraph (literal "two"))))

      (make table-row
	(make table-cell 
	  (make paragraph (literal "three")))))))

but nothing spans!



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread