Paulo Soares <psoares <at> consiste.pt> writes:

> 
> Use a nested table.

I can't see how to get that to work, given that I need both row and
column alignment. I have created the following example of what I need to
do:

+----+----+----+----+----+
| C1 | C2 | C3 | C4 | C5 |
+----+----+----+----+----+
|    |    |    |  C |  D |
| R1 |  A |  B +----+----+
|    |    |    |  E |  F |
+----+----+----+----+----+
|    |    |    |  I |  J |
|    |  G |  H +----+----+
|    |    |    |  K |  L |
+ R2 +----+----+----+----+
|    |    |    |  O |  P |
|    |  M |  N +----+----+
|    |    |    |  Q |  R |
+----+----+----+----+----+

How can I do that with nested tables if cell "R" needs to be in
column "C5" and in row "R2/M/N"?

Thanks.
Dean Hoover

> 
> > -----Original Message-----
> > From: itext-questions-admin <at> lists.sourceforge.net 
> > [mailto:itext-questions-admin <at> lists.sourceforge.net] On 
> > Behalf Of Dean Hoover
> > Sent: Wednesday, October 27, 2004 3:54 PM
> > To: itext-questions <at> lists.sourceforge.net
> > Subject: [iText-questions] PdfPCell rowspan?
> > 
> > I see where there is a colspan attribute for a PdfPCell, but 
> > there is no 
> > rowspan. Is this intentional? I switched to 
> > PdfPTable/PdfPCell on advice from
> > this list. The Cell class has a setRowpan method but the 
> > PdfPCell does not.
> > How can I do rowpanning?




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to