Python-docx页眉/页脚错误

时间:2017-04-04 11:23:10

标签: python-2.7 python-docx

from docx import Document

d = Document('/tmp/doc_with_header.docx')

d.sections[0].headers[0].add_paragraph(text='moar header')
d.save('/tmp/moar_headers.docx')

这是代码 这是错误

AttributeError: 'Section' object has no attribute 'header'

1 个答案:

答案 0 :(得分:0)

看起来,你从this页面得到了这个解决方案,是吗?不幸的是,这不是实际文档,而只是API建议,以便进一步实现。只是承诺,现在没有更多的东西= \