Miroslav Simudvarac wrote:


Dear Sir,
how can I define where on the Page a big Table should split.
On a report I have to implement very large headers and footers with graphics and text, so the table has only about 30% place on the page. I tried setting margins and the spaceafter but the table allways split on the same position.

This is a very general question, so it is very hard to answer.
I have no idea what you mean by 'the table is split on the same position'.
Maybe the answer is easy: for instance, if you are setting the margins
at the wrong moment (you have to set the margins before document.open()
or newPage()). Maybe the answer is complex: use writeSelectedRows
instead of document.add(). Adding the table to a ColumnText object could
also be a solution, but there is no way we can guess what you really need.
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to