RE: spanning rows

Subject: RE: spanning rows
From: "Maltby, David G" <david.g.maltby@xxxxxxxx>
Date: Tue, 18 Apr 2000 11:54:59 -0400
Try this test:

(root
   (make simple-page-sequence
 
     (make table
       (make table-row
 	(make table-cell 
 	  (make paragraph (literal "one")))
 	(make table-cell 
 	  (make paragraph (literal "two"))))
 
       (make table-row
 	(make table-cell
         n-rows-spanned: 2 
 	  (make paragraph (literal "three")))))))

Do you get:
+---+---+
|one|two|
+---+---+
|three  |
+-------+


> -----Original Message-----
> From: Mok [mailto:cmok@xxxxxxxxxx]
> Sent: Tuesday, April 18, 2000 12:03 PM
> To: 'dssslist@xxxxxxxxxxxxxxxx'
> Subject: spanning rows
> 
> 
> 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


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


Current Thread
  • spanning rows
    • Mok - Tue, 18 Apr 2000 12:09:00 -0400 (EDT)
      • <Possible follow-ups>
      • Maltby, David G - Tue, 18 Apr 2000 12:21:38 -0400 (EDT) <=