[reportlab-users] overflow on table column
    Andy Robinson 
    andy at reportlab.com
       
    Fri Nov 27 08:35:47 EST 2009
    
    
  
2009/11/27 Arkadi Colson <arkadi at smartbit.be>:
> Is there any why to let the text break somehow?
Yes.  Put a Paragraph containing your string in your contents list,
instead of a naked string.  (or even a list of paragraphs, if you want
several paragraphs in one table cell)
You'll have to control the font through the paragraph style as it will
now ignore any table styling commands.
- Andy
    
    
More information about the reportlab-users
mailing list