Answers for "python docx title"

0

python docx title

# 获取段落样式
paragraph_format = style.paragraph_format
# 首行缩进0.74厘米,即2个字符
paragraph_format.first_line_indent = Cm(0.74)
Posted by: Guest on September-03-2021

Python Answers by Framework

Browse Popular Code Answers by Language