Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-03 Thread murrah
Paulo Soares-3 wrote: > > PdfPTable is not made to change cell content. I've said this before but > some users have some deathwish and go ahead nevertheless. I really never > agreed that PdfPRow should be exposed but... > > Paulo > Thanks Paulo, Since I am new to itext I missed any previous a

Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-03 Thread Paulo Soares
On > Behalf Of murrah > Sent: Wednesday, September 03, 2008 2:31 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] How to deep copy a PdfPTable? > > > > new PdfPTable(PdfPTable) > > Paulo > > Thanks Paulo, but I cant get it to work. Pl

Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-02 Thread murrah
new PdfPTable(PdfPTable) Paulo Thanks Paulo, but I cant get it to work. Please see attached pdf sample. My code is below. What am I doing wrong ? PdfWriter.getInstance(document, new FileOutputStream("C:\\CFusionMX7\\wwwroot\\Sites\\iText\\MyFirstTable.pdf"));

Re: [iText-questions] How to deep copy a PdfPTable?

2008-09-02 Thread Paulo Soares
new PdfPTable(PdfPTable) Paulo - Original Message - From: "murrah" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 7:22 AM Subject: [iText-questions] How to deep copy a PdfPTable? Hi, Is it possible to make a deep copy of a PdfPTable? ie a separate

[iText-questions] How to deep copy a PdfPTable?

2008-09-01 Thread murrah
Hi, Is it possible to make a deep copy of a PdfPTable? ie a separate instance, not a reference. If so, how is it done? I am pretty new to Java and I cant see how it is done. Clone() doesnt seem to work. Thanks, Murray -- View this message in context: http://www.nabble.com/How-to-deep-copy-a