我正在使用 Python 库python-pptx生成一些 powerpoint,在某些情况下 - 正在生成的文本在幻灯片之外(因为有两个很多项目符号或文本太大)。
例如 :
+------------------------------------------+
| Title of the slide |
+-------+-----------------------+----------|
| o - First Bullet |
| o - Second bullet |
| o - Third bullet |
+------------------------------------------+ <-- End of slide
o - Fourth bullet <- Out of slide
o - Fifth bullet <- Out of slide
所以我想知道是否有任何实用程序来检测文本是否从占位符或幻灯片中取出?
提前致谢,
弗洛里安