Thank you; I know that can be done; please reread the original message.

 

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2008 1:10 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Converting RowSpan to Nested TablesQuestion
(AGAIN)

 


Create a table inside the other table to create the same effect...

Glen Hamel
Lead Programmer / Technician
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7

Phone 905.361.7621
Fax 905.274.3912 

 <http://www.auricnet.ca/> http://www.auricnet.ca 




From: 

"Stewart Meyers" <[EMAIL PROTECTED]> 


To: 

<[email protected]> 


Date: 

10/07/2008 01:07 PM 


Subject: 

[iText-questions] Converting RowSpan to Nested Tables Question
(AGAIN)

 

  _____  




Hello, 
  
I tried posting this previously on both the iText and iTextSharp mailing
lists, but have not gotten a response.  I really need to understand how
nested tables can be used in certain situations as a replacement for
RowSpan, which is not supported for PdfPTable.  Please see the following
simple HTML example which I need to replicate using PdfPTable: 
  
<table border="2"> 
    <tr> 
        <td rowspan="2">1</td> 
        <td>2</td> 
        <td>3</td> 
    </tr> 
    <tr> 
        <td rowspan="2">4</td> 
        <td>5</td> 
    </tr> 
    <tr> 
        <td>6</td> 
        <td>7</td> 
    </tr> 
</table> 
  
On a more general level, was there a reason why RowSpan was not implemented
in PdfPTable?  It was a very valuable option in the older Table class and I
find that trying to do the same thing with nested tables unintuitive and
overly complex.  Has anyone come up with a general algorithm that can be
used to convert RowSpan to nested tables? 
  
Thank you 
  
-
Stew------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
 <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
http://moblin-contest.org/redirect.php?banner_id=100&url=/__________________
_____________________________
iText-questions mailing list
[email protected]
 <https://lists.sourceforge.net/lists/listinfo/itext-questions>
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book:  <http://www.1t3xt.com/docs/book.php>
http://www.1t3xt.com/docs/book.php 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to