Bruno Lowagie <bruno <at> lowagie.com> writes: > > Eric Summkeller wrote: > > I would like to set a left indent of an inner table. > > Have you tried changing with the padding? > br, > Bruno >
Thanks for you answer! I tried it with the padding and that runs. The problem is, that I can't use this featues, because there could be different Paragraph objects in a PdfPCell and each Paragraph can have its own left indent. Therefore I used the default padding of a PdfPCell and each Paragraph that I add, sets its left indent by himself. Therefore I tried the way that I add a PdfPTable into a Paragraph and the Paragraph has the left indent that the PdfPTable should have. Inside a PdfPCell the content of the PdfPTable disappears. Do you have another idea how I could add a PdfPTable inside a PdfPCell? ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
