davidfossil wrote:
> Thanks for the quick reply. However, I am facing a problem trying to
> implement what you suggested. The code below gives me "ColumnText.go with
> simulate==false and text==null."
>
> public void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[]
> canvases)
> {
> cell.Column.setSimpleColumn(new Phrase("test"), position.Left,
> position.Bottom, position.Right, position.Top, 15, Element.ALIGN_LEFT);
> cell.Column.go();
> }
>
> I have not been working with the ColumnText object before, so I might be
> missing something here?
Yes, you are.
Please try some simple examples with ColumnText first.
You'll find some in the free online tutorial, but the
full explanation can be found in 'iText in Action'
(chapter 7); but the chapter on tables (chapter 6)
and the section on cell events (chapter 10) will be
valuable too.
br,
Bruno
-------------------------------------------------------------------------
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/