Re: [iText-questions] PdfPTable in a PdfPCell with indentation

2009-04-29 Thread 1T3XT info
ceiphren wrote: > I tried many ways, but it seems that there is no way to change the > indentation of a single PdfPTable unless using a paragraph. You're overlooking one option: contributing code to the iText project that allows you to set the indentation of a PdfPTable. -- This answer is provid

Re: [iText-questions] PdfPTable in a PdfPCell with indentation

2009-04-29 Thread ceiphren
I tried many ways, but it seems that there is no way to change the indentation of a single PdfPTable unless using a paragraph. I know that I can use the padding of the cell, but then i will write 2 methods with the same content: one method for changing a single table via Paragraph-Indentation and

Re: [iText-questions] PdfPTable in a PdfPCell with indentation

2009-04-29 Thread 1T3XT info
ceiphren wrote: > Hi, > > I have a Paragraph which contains a PdfPTable, so that I can change the > indentation of the table with the Paragraph. OK; it's bad practice, but... that should work. > The Problem is, when I put the Paragraph with the table into another > PdfPTable, the inner table isn

[iText-questions] PdfPTable in a PdfPCell with indentation

2009-04-29 Thread ceiphren
Hi, I have a Paragraph which contains a PdfPTable, so that I can change the indentation of the table with the Paragraph. The Problem is, when I put the Paragraph with the table into another PdfPTable, the inner table isn't rendered. public static void main(String[] args) {