方向改变python-docx

时间:2017-02-27 10:06:25

标签: python orientation landscape word python-docx

我想仅使用python-docx创建的单词中的某些页面将方向更改为横向。 这可能吗? 如果有,怎么样? 如果不是,还有其他选择吗?

谢谢!

1 个答案:

答案 0 :(得分:1)

页面方向是逐个部分指定的。因此,如果您想要来回更改,则需要在要从纵向更改为横向的每个点添加分节符,反之亦然。

文档中的这个页面应该可以满足您的需求。

http://python-docx.readthedocs.io/en/latest/user/sections.html