[reportlab-users] Platypus + dividing lines ?
    Andy Robinson 
    andy at reportlab.com
       
    Sat Mar 22 06:23:17 EDT 2008
    
    
  
On 22/03/2008, Robin Becker <robin at reportlab.com> wrote:
> modern reportlab.platypus.flowables has an HRFlowable that allows this
>  sort of functionality it looks like this
>
>  class HRFlowable(Flowable):
>         '''Like the hr tag'''
>         def __init__(self,
>                         width="80%",
>                         thickness=1,
>                         lineCap='round',
>                         color=lightgrey,
>                         spaceBefore=1, spaceAfter=1,
>                         hAlign='CENTER', vAlign='BOTTOM',
>                         dash=None):
Of course, we've failed to document and advertise this properly :-(
I'm psyching myself up for an overhaul of the docs for the next
release (estimated May).
At very least we'll try to clearly list the available flowable classes
and their public properties in one place.
- Andy
    
    
More information about the reportlab-users
mailing list