[reportlab-users] Apply stiles to paragraphs in a table

Paulino paulino1 at sapo.pt
Sat Nov 4 17:30:49 EST 2006


I want to apply stiles to some specific rows in a table, base in it's 
values, but the stile doesn't affect the cells that contain paragraphs.
 
How can I handle this?

The code is as follow:
style = [ ....]

 linenum = 0
 for line in table :
            if line[0] > 90 :
                        style.append( ('TEXTCOLOR', (0, linenum), (-1, 
linenum), colors.red) )
            ....
            linenum += 1



thanks, Paulino
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20061104/47b66448/attachment.html


More information about the reportlab-users mailing list