I am trying to create a table and prevent multiple rows from being broken
across pages
I.E. instead of having:

the first table row
the second table row
----PAGE BREAK----
the third table row

I would like to see:

the first table row
----PAGE BREAK----
the second table row
the third table row

even though there may be room to display
"the second table row" on the previous page.
Poking around it seems that the method in
Cell -> setGroupChange(boolean); is meant for this
purpose. However I am unable to achieve this
effect, nor can I find example code (working or otherwise)
that demonstrates this behavior. Has anyone
done (or know how) this can be accomplished?
(as a side note I am working with the latest version of 
the library 2.0.4)
-- 
View this message in context: 
http://www.nabble.com/Cell-Grouping-To-Keep-Rows-Together-tf4194374.html#a11928442
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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/

Reply via email to