python docx title

Solutions on MaxInterview for python docx title by the best coders in the world

showing results for - "python docx title"
Michelle
03 Aug 2019
1# 获取段落样式
2paragraph_format = style.paragraph_format
3# 首行缩进0.74厘米,即2个字符
4paragraph_format.first_line_indent = Cm(0.74)
similar questions
queries leading to this page
python docx title