[reportlab-users] Add two paragraphs into one table cell

Thomas Kremmel thomasspin at gmail.com
Sun Aug 5 09:42:05 EDT 2012


oh great, that's really a nice and easy solution:

paragraphs = []

first = Paragraph("first paragraph", styleN)

second = Paragraph("second paragraph", styleN)

paragraphs.append(first)

paragraphs.append(second)

table_row.append(paragraphs)


Thank you very much!

Tom

2012/8/5 Andy Robinson <andy at reportlab.com>


> I'm on a cellphone right now so can't type code, but the idea is to

> put your paragraphs (or other content) in a list, and put that in the

> table cell.

>

> Hopefully one of my colleagues will answer properly on StackOverflow

> on Monday...

>

> - Andy

>

>

> On 4 August 2012 21:53, Thomas Kremmel <thomasspin at gmail.com> wrote:

> > Hi,

> >

> > would be great if you could have a look at the question I asked at

> > stackoverflow.

> > Probably the change is higher here that somebody can help.

> >

> >

> http://stackoverflow.com/questions/11810008/reportlab-add-two-paragraphs-into-one-table-cell

> >

> > Thanks!

> > Tom

> >

> > _______________________________________________

> > reportlab-users mailing list

> > reportlab-users at lists2.reportlab.com

> > http://two.pairlist.net/mailman/listinfo/reportlab-users

> >

>

>

>

> --

> Andy Robinson

> Managing Director

> ReportLab Europe Ltd.

> Thornton House, Thornton Road, Wimbledon, London SW19 4NG, UK

> Tel +44-20-8405-6420

> _______________________________________________

> reportlab-users mailing list

> reportlab-users at lists2.reportlab.com

> http://two.pairlist.net/mailman/listinfo/reportlab-users

>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20120805/c03bd499/attachment.htm>


More information about the reportlab-users mailing list