|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: spanning rows, Didier PH Martin | Thread | RE: spanning rows, G. Ken Holman |
| spanning rows, Mok | Date | RE: spanning rows, G. Ken Holman |
| Month |