[reportlab-users] How to indent entire paragraphs
    Andy Robinson 
    andy at reportlab.com
       
    Sun Nov 19 16:41:18 EST 2006
    
    
  
> Do I add these before the Paragraph in order to indent the Paragraph?
Yes i.e.
story.append(Indenter(left, right))
story.append(Paragraph(...))
story.append(Indenter(- left, -right))
- Andy
    
    
More information about the reportlab-users
mailing list