[reportlab-users] overflow on table column
    Arkadi Colson 
    arkadi at smartbit.be
       
    Fri Nov 27 08:48:02 EST 2009
    
    
  
The string is in a Paragraph but without results. When I have a normal 
sentence, the line breaking works but not for a string without whitespaces.
Arkadi
Andy Robinson wrote:
> 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