[reportlab-users] Positioning Paragraphs and Tables Precisely
    Andy Robinson 
    andy at reportlab.com
       
    Fri Oct 12 18:50:22 EDT 2007
    
    
  
On 12/10/2007, Rich Shepard <rshepard at appl-ecosys.com> wrote:
> Andy,
>
>    The correct string is 'LEFT', not 'TA_LEFT'. That works.
The TA_ things are numeric constants, not strings, and work for me as pasted.
hAlign=TA_LEFT will work, hAlign="TA_LEFT" will not.
However it seems someone has allowed string values too since I first wrote it,
and hAlign="LEFT" is OK too.
If you need further help on this, please replace all the sqlite
references with canned data arrays in the script and I could then help
you massage it a bit.
- Andy
    
    
More information about the reportlab-users
mailing list