Bruno Lowagie lowagie.com> writes:
>
> linhda wrote:
>
> >Hello everyone,
> >
> >In my code, console shows that error when I run following line code:
> >
> >bottom = table.bottom();
> >
> >Could you please explain briefly for me about tha
Hello everyone,
In my code, console shows that error when I run following line code:
bottom = table.bottom();
Could you please explain briefly for me about that Error? And how can I fix it?
Thank you very much for your great help.
Linh Da
--
Hello,
I have several tables and header in my PDF file. I set table has to fit into
page true: table.setTableFitsPage(true);
And I set the offset is: table.setOffset(28);
In the first page, the first table of the page appears offset 28 from header.
But from the second page, it doesnot have off