Re: [iText-questions] Problem with the rotation in a PdfPCell

2006-12-20 Thread Bruno Lowagie (iText)
Eric Summkeller wrote: OK! I will try to explain you my problem in simple words. In my programm I create a Chunk in which I want to save the toal page number. For this problem I saw in your examples that I must use the PdfPTemplate. The problem that I've got is, that this Chunk later will be a

Re: [iText-questions] Problem with the rotation in a PdfPCell

2006-12-20 Thread Eric Summkeller
Bruno Lowagie (iText lowagie.com> writes: > > Paulo Soares wrote: > > onGenericTag only works with non rotated objects placed in the main page. > > I think the real problem is that the original poster > tries to do something simple in the most complex way possible. > Usually it's the other way

Re: [iText-questions] Problem with the rotation in a PdfPCell

2006-12-20 Thread Bruno Lowagie (iText)
Paulo Soares wrote: > onGenericTag only works with non rotated objects placed in the main page. I think the real problem is that the original poster tries to do something simple in the most complex way possible. Usually it's the other way round: people generally try to achieve what they was as sim

Re: [iText-questions] Problem with the rotation in a PdfPCell

2006-12-19 Thread Paulo Soares
onGenericTag only works with non rotated objects placed in the main page. Paulo - Original Message - From: "Eric Summkeller" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 19, 2006 4:48 PM Subject: [iText-questions] Problem with the rotation in a PdfPCell > First

[iText-questions] Problem with the rotation in a PdfPCell

2006-12-19 Thread Eric Summkeller
First I added a Paragraph with some Chuncks into a PdfPCell. In the method "cellLayout" I created a PdfTemplate. The coordinates for the PdfTemplate came from the Chunk object in the Paragraph. I saved them in the "onGericTag" method. Now I changed the rotation of the PdfPCell and the problem w