CMFReportTool.RenderPDF.Platypus.xmlTableStyle

Documentation
TableStyles define the attributes of Tables.
for further information look into Reportlabs UserGuide.
example usage:
"('GRID', (0,0), (-1,-1), 0.5, colors.black)"
"('BOX', (0,0), (-1,-1), 1, colors.black)"
"('ALIGN', (0,0), (-1,-1), 'LEFT')"
within a Template included as:



...