how ranks work in reportlab in the creation of a pdf in python

0

Could you explain to me how the ranges that are placed on the stythos work?

table.setStyle([('VALIGN', (0, 0), (-1, -1), 'TOP'),
                    ('LINEABOVE', (1, 0), (1, 0), 1, colors.black),
                    ('LINEABOVE', (3, 0), (3, 0), 1, colors.black)])
    
asked by Jonathan Garcia 24.04.2018 в 19:12
source

0 answers