Hi,

I am going to populate the xml content value to a textfield.

Can you please tell me how to do it?

I am using following code,

 cell = new PdfPCell(new Paragraph("Name#:" ,boldBlack));
                        cell.setBorder(PdfPCell.NO_BORDER);
                        table.addCell(cell);
                        cell = new PdfPCell();
                        cell.setBorder(PdfPCell.NO_BORDER);
                        cell.setCellEvent(new
FieldPositioningEvents(writer,
inputDoc.getRootElement().getChildText("name")));
                        cell.setColspan(1);
                        table.addCell(cell);

Is it right?

Thanks,

Bala_kj


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to