Adding a Textbox to a document using Python docx

后端 未结 0 1273
刺人心
刺人心 2020-12-01 18:07

i can write write paragraphs to the Footer of a .docx Word document with the following code:

import docx

document = Document()
header = document.sections[0].         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题