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
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
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
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)
{