Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ReportLab 生成 PDF 报告。
我有一张桌子。我为垂直对齐设置了一个样式:
('VALIGN',(0, 0),(-1,-1),'MIDDLE')
但是在某些表格单元格中它是不正确的,并且某些文本超出了单元格!为什么?解决方案是什么?
表中的文本应包含在段落中。然后它们应该保持在列的宽度内。
参考这个答案,那里也有一个示例代码。 在表格报告实验室中包装文本?