from docx import Document
from docx.oxml.ns import qn
doc= Document("word\shi.docx")
for p in doc.paragraphs:
for run in p.runs:
run.element.rPr.rFonts.set(qn('w:eastAsia'), "宋体")
from docx import Document
from docx.oxml.ns import qn
doc= Document("word\shi.docx")
for p in doc.paragraphs:
for run in p.runs:
run.element.rPr.rFonts.set(qn('w:eastAsia'), "宋体")
4 回答4.5k 阅读✓ 已解决
1 回答3.4k 阅读✓ 已解决
4 回答3.9k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
1 回答4.5k 阅读✓ 已解决
2 回答480 阅读✓ 已解决
1 回答4k 阅读✓ 已解决
1 回答5.2k 阅读
3 回答5.6k 阅读✓ 已解决
1 回答4.6k 阅读
1 回答6.9k 阅读
8.7k 阅读