[reportlab-users] How to add two flowables horizontally
Suyash Gogte
gogtesuyash at gmail.com
Wed Feb 11 22:56:42 EST 2009
yes we can use style but its only for data or contents of the table...we can
align content of cell..using above styles...but i want to align table...
On Wed, Feb 11, 2009 at 7:00 PM, Wietse Jacobs <wietse.j at gmail.com> wrote:
> 2009/2/11 Suyash Gogte <gogtesuyash at gmail.com>:
> > thnks its working but can u plz tell me......how to align it means
> > for e.g
> >
> > Global Data :
>
> That's chapter 7 of the User Guide: "Tables and TableStyles".
>
> story.append(Table([[chart_obj, table_obj]], style=appropriate_style))
>
> with an appropriate appropriate_style, e.g.:
>
> appropriate_style = [
> ('VALIGN', (0,0), (-1,-1), 'MIDDLE'),
> ('ALIGN', (0,0), (0,-1), 'RIGHT'),
> ('ALIGN', (1,0), (1,-1), 'LEFT'),
> ('GRID', (0,0), (-1,-1), 1, colors.pink),
> ]
>
> --
> --Wietse
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20090212/9bfbe5e1/attachment.html>
More information about the reportlab-users
mailing list