Re: [iText-questions] rowspan in PdfPCell

2006-10-31 Thread vislavti
Here is the example for rowspan to work as rowspan. You need to use nested tables in following way.(Please see the attachment) Paulo, I think the site does not have the exact example of rowspan. I will appreciate if you can put the attached example on the site and in the tutorial. http://www.na

Re: [iText-questions] Dashed table cell border

2006-10-16 Thread vislavti
Hi YOUSUFI, Please share the code once you achieve doing this. Thanks YOUSFI wrote: > > Hi, > I'm using iText-1.4 to generate PDF files containing > tables (PdfPtable). Some of > tables I'm creating need specefic border > styles : dotted, dashed, ... > Is there a method like cell.setBorderSty

[iText-questions] Example of getDummyCell

2006-10-14 Thread vislavti
Does anyone has an example of how to use getDummyCell method of Cell? public static Cell getDummyCell() -- View this message in context: http://www.nabble.com/Example-of-getDummyCell-tf2445234.html#a6817054 Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Is this a bug? Colspan does not work when you add a table in cell

2006-10-14 Thread vislavti
Hi All, I want to know why does colpsan does not work for the cell when I add a table in it. I am trying to insert a table inside a table using cell. I would like table to be spanned for whole row. So when I say row.setcolspan(4) and add table to the cell. The table does not get spanned. It remain

[iText-questions] Why does table resides in cell??

2006-10-12 Thread vislavti
generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author vislavti * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class VerticalText { public static void

Re: [iText-questions] Can't open pdf file

2006-10-12 Thread vislavti
I found the problem. Thanks.. The problem was following piece of code..I was not honouring the table cell rule. c1.setColspan(4); table1.addCell(c1); vislavti wrote: > > Hi All, > I am using below code and I am not able to open the gene

[iText-questions] Can't open pdf file

2006-10-12 Thread vislavti
; import com.lowagie.text.PageSize; import com.lowagie.text.Table; import com.lowagie.text.pdf.PdfWriter; /* * Created on Oct 12, 2006 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author vislavti * * TODO To

Re: [iText-questions] Is there anyway to rotate text in Cell of Table

2006-10-12 Thread vislavti
Thanks...You are life saver Paulo Paulo Soares wrote: > > http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#verticaltext > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]

Re: [iText-questions] Is there anyway to rotate text in Cell of Table

2006-10-12 Thread vislavti
Do you have sample code which I can refer to do the same? Thanks in advance Paulo Soares wrote: > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Vishal Lavti >> Sent: Thursday, October 12, 2006 11:38 AM >> To: itext-questions@lists