lester fajardo wrote: > Hello. > > I am putting text into a pdf using columns, using multicolumnText object > and paragraphs, but have not found any property to set border width to > the columns, i mean i want a line drawn for each column not just the > separating space.
There's no such property. Use page events. If page events don't rime with your MultiColumnText, use ColumnText and draw the shapes you need using moveTo() and lineTo() or rectangle(). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
