tests/test_platypus_general.py
changeset 3130 0770d19dc052
parent 3129 171184fe71d2
child 3326 ce725978d11c
equal deleted inserted replaced
3129:171184fe71d2 3130:0770d19dc052
   441     g = platypus.Table(
   441     g = platypus.Table(
   442             (('','North','South','East','West'),
   442             (('','North','South','East','West'),
   443              ('Quarter 1',100,200,300,400),
   443              ('Quarter 1',100,200,300,400),
   444              ('Quarter 2',100,200,300,400),
   444              ('Quarter 2',100,200,300,400),
   445              ('Total',200,400,600,800)),
   445              ('Total',200,400,600,800)),
   446             (7200,360,360,360,360),
   446             (72,36,36,36,36),
   447             (24000000000000000000000, 16,16,18)
   447             (24, 16,16,18)
   448             )
   448             )
   449     style = platypus.TableStyle([('ALIGN', (1,1), (-1,-1), 'RIGHT'),
   449     style = platypus.TableStyle([('ALIGN', (1,1), (-1,-1), 'RIGHT'),
   450                                ('ALIGN', (0,0), (-1,0), 'CENTRE'),
   450                                ('ALIGN', (0,0), (-1,0), 'CENTRE'),
   451                                ('GRID', (0,0), (-1,-1), 0.25, colors.black),
   451                                ('GRID', (0,0), (-1,-1), 0.25, colors.black),
   452                                ('LINEBELOW', (0,0), (-1,0), 2, colors.black),
   452                                ('LINEBELOW', (0,0), (-1,0), 2, colors.black),