Can I please be taken off this list.

On 4/1/2014 6:53 AM, Chandra Sekhar wrote:
Hi,
I want to create the double underline,top and bottom boarders of span using itext xmlworker in java.HTMl is as follows
 for Double underline
<center>Example 1: for Double underline</center><br/>
<span style="border-bottom: double #000;">underlined text here</span>
<hr></hr>


<center>Example 2: for Double underline</center><br/>
<span style="text-decoration:underline; border-bottom: 1px solid #000;">new underlined text here</span>
<hr></hr>


<center>Example 3: Top-Bottom underline</center><br/>
<table>
<tr><th>COL-A</th><th>COL-B</th></tr>
<tr><td>first</td><td><span style="border-top:1px solid;"><u>second</u></span></td></tr>
</table>


but pdf is not created as is in itext java.any help is appreciated.




--
*Thanks and Regards,*
*Chandra Sekhar Boddu *







------------------------------------------------------------------------------


_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to