ct.leading = # 行间距
ct.textColor = colors.green # 字体颜色
ct.alignment = # 居中...'
ct.fontSize =
ct.wordWrap = 'CJK' # 设置自动换行
ct.alignment = # 左对齐...('ALIGN', (, ), (-1, -1), 'LEFT'), # 第二行到最后一行左右左对齐
('VALIGN', (, ), (-1, -1...), 'MIDDLE'), # 所有表格上下居中对齐
('TEXTCOLOR', (, ), (-1, -1), colors.darkslategray), # 设置表格内文字颜色...# ('SPAN', (0, 3), (0, 4)), # 合并第一列三四行
# ('SPAN', (0, 5), (0, 6)), # 合并第一列五六行