12 2020 档案

摘要:import docxfrom docx.shared import Inchesfrom docx.shared import Pt,RGBColorfrom docx.oxml.ns import qn #word样式2def style2(aa,tsize,color,rfonts): fon 阅读全文
posted @ 2020-12-11 14:07 信-^0^- 阅读(105) 评论(0) 推荐(0)
摘要:from docx.shared import Pt,RGBColor from docx.oxml.ns import qn #word中字体的颜色、大小、字体def style(tt,tsize,color,rfont): for ii in tt: for run1 in ii.runs: f 阅读全文
posted @ 2020-12-11 10:18 信-^0^- 阅读(198) 评论(0) 推荐(0)