It doesn't help that much to show the html without showing what is it
translated to.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Sent: Monday, September 01, 2003 9:24
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] How to set the height of a row in a
> PdfPTable?
> 
> Dear All,
> 
> I am happily using IText to build PDF docs with PdfTables in them.
> 
> The tables I build are ultimately parsed from HTML <table>s where each
> <td></td> element maps to a PdfPCell. 
> Some of the cells have text in but others don't. In particular cells
> regularly appear which have a colspan equal to
> the width of the table but never any text and are just intended to be a
> sort of line as illustrated below (note the 
> height 1):
> 
>       <td valign="bottom" align="RIGHT" class="...">Text 1</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 2</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 3</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 4</td>
>       <tr>
>         <td colspan="4" class="..."><img width='1' height='1' border='0'
> src='0.gif' alt='' /></td>
>       </tr>
>       <td valign="bottom" align="RIGHT" class="...">Text 1</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 2</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 3</td>
>       <td valign="bottom" align="RIGHT" class="...">Text 4</td>
> 
> I'm parsing everything fine but am completely unable to set the height of
> my PdfTable row/cells so that my tables
> always have great fat (definitely not height 1) lines rather than nice
> slender ones.
> 
> Does anyone have any ideas?
> 
> Thanks in advance
> Michael Shaw
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to