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
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
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.
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
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
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
;
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
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]
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